Skip to content

Commit

Permalink
ci: use branches-ignore over branches glob inversion
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Feb 5, 2024
1 parent a1cef4c commit efb8a90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Pre-Merge Checks

on:
push:
branches:
- "**"
- "!main"
branches-ignore:
- "main"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit efb8a90

Please sign in to comment.