Skip to content

Commit

Permalink
Merge pull request #8 from ReenigneArcher/add-build-checks
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
ReenigneArcher authored Jan 11, 2022
2 parents 2c08733 + 8781fbc commit adfb361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
- name: Verify Changelog
id: verify_changelog
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
# base_ref for pull request check, ref for push
uses: SunshineStream/actions/verify_changelog@v0
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit adfb361

Please sign in to comment.