mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Update create_package.yml
-Verify changelog requires checkout
This commit is contained in:
parent
8781fbcc20
commit
f2c53a52c2
3
.github/workflows/create_package.yml
vendored
3
.github/workflows/create_package.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
name: Check Changelog
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Verify Changelog
|
||||
id: verify_changelog
|
||||
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
|
||||
|
Loading…
Reference in New Issue
Block a user