Skip to content

Commit

Permalink
target branch version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Aug 28, 2024
1 parent d5bcc6f commit e7a3493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version-check:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.base_ref == 'refs/heads/master'
steps:
- name: Check if version has been updated
if:
Expand Down

0 comments on commit e7a3493

Please sign in to comment.