diff --git a/.github/workflows/create_package.yml b/.github/workflows/create_package.yml index 81123f06..95033fd6 100644 --- a/.github/workflows/create_package.yml +++ b/.github/workflows/create_package.yml @@ -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 }}