Skip to content

Commit

Permalink
Move master to use merge groups
Browse files Browse the repository at this point in the history
The stabilization was not added to the list as per the GH Docs
wildcards cannot be used in the branch protection rules.
  • Loading branch information
Mab879 committed Sep 20, 2023
1 parent 59f9fa0 commit 9922966
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 9922966

Please sign in to comment.