Skip to content

Commit

Permalink
Fix conflicting use of branches and branches-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Feb 3, 2025
1 parent 33e9fbd commit 0cc2a18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/checks-merge-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
# - If there are changes outside the ignored, non-code paths below
push:
branches:
# Allow list
- '*'
branches-ignore:
- 'main'
- 'v[0-9]+.[0-9]+'
# Disallow list
- '!main'
- '!v[0-9]+.[0-9]+'

paths-ignore:
- 'CHANGELOG.md'
- '.changes/**'
Expand Down

0 comments on commit 0cc2a18

Please sign in to comment.