Skip to content

Commit

Permalink
Merge pull request opf#17693 from opf/fix/version-check-pr-ready
Browse files Browse the repository at this point in the history
Run version check also when PR is marked ready
  • Loading branch information
ulferts authored Jan 23, 2025
2 parents e6c95f3 + 4b0a6b8 commit 0ecb505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check work package version

on:
pull_request:
types: [labeled, synchronize]
types: [labeled, synchronize, ready_for_review]

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 0ecb505

Please sign in to comment.