Skip to content

Commit

Permalink
Merge pull request #30 from theohbrothers/enhancement/ci-add-on-merge…
Browse files Browse the repository at this point in the history
…-group-for-merge-queue-support

Enhancement (ci): Add `on: merge_group` for merge queue support
  • Loading branch information
leojonathanoh committed Sep 14, 2023
2 parents 830370b + 15a1cdd commit 2a17900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- master
merge_group:
jobs:
test-nogitdiff:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions generate/templates/.github/workflows/ci-master-pr.yml.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- master
merge_group:
jobs:
test-nogitdiff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2a17900

Please sign in to comment.