Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11131 from Mab879/merge_queues
Browse files Browse the repository at this point in the history
Move master to use merge groups
  • Loading branch information
marcusburghardt authored Sep 22, 2023
2 parents 358eae8 + 9922966 commit 50756e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Gate
on:
merge_group:
branches: [ 'master' ]
push:
branches: [ 'master', '*', '!stabilization*', '!stable*' ]
branches: ['*', '!stabilization*', '!stable*', '!master' ]
pull_request:
branches: [ 'master', 'stabilization*' ]
jobs:
Expand Down

0 comments on commit 50756e6

Please sign in to comment.