Skip to content

Commit

Permalink
feat(ci): enable the merge_group trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jan 5, 2024
1 parent b806d7f commit 07e28ac
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: CI

on:
merge_group:
pull_request:
branches:
- "*"
Expand Down
1 change: 1 addition & 0 deletions ci/actions-templates/gen-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cat << EOF > "$OUTPATH"
name: CI
on:
merge_group:
pull_request:
branches:
- "*"
Expand Down

0 comments on commit 07e28ac

Please sign in to comment.