Skip to content

Commit

Permalink
Merge pull request #5990 from johnhaddon/versionCheckOnEdit
Browse files Browse the repository at this point in the history
Version Check : Run when PR target branch is edited
  • Loading branch information
ericmehl authored Aug 6, 2024
2 parents 7d30422 + 884aeb4 commit 5293a34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Version check
on: [ pull_request ]
on:
pull_request:
# Add `edited` to the default types, so that the check runs again
# when the target branch changes.
types: [opened, synchronize, reopened, edited]
jobs:

check:
Expand Down

0 comments on commit 5293a34

Please sign in to comment.