Skip to content

Commit

Permalink
check bump on all patch PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
0Hughman0 committed Feb 16, 2024
1 parent 331f520 commit a654c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-requires-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Requires Bump

on:
pull_request:
branches: [ "main", "0.2.x", "0.1.x" ]
branches: [ "main", "*.*.x" ]
paths:
- 'cassini/*'
- 'tests/*'
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
if [[ $CURRENT_VERSION == $THIS_VERSION ]]; then
echo "Versions match but internal changes have been made, bump required"
exit 1
fi
fi

0 comments on commit a654c44

Please sign in to comment.