Skip to content

Commit

Permalink
Trigger workflow on merge group (#1014)
Browse files Browse the repository at this point in the history
Support running workflows when merge queue is switched on. Cloud build
doesn't seem to support merge groups yet though, so have to merge #971
before enabling merge queues again.
  • Loading branch information
another-rex committed Feb 13, 2023
1 parent 55ab156 commit 3068b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
merge_group:
branches: [ master ]


permissions: read-all

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
merge_group:
branches: [ master ]

permissions: read-all

Expand Down

0 comments on commit 3068b1c

Please sign in to comment.