Skip to content

Commit

Permalink
Add merge_group event type to all PR CI jobs (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraBrooks committed Apr 30, 2024
1 parent 0f24369 commit 7d2ae82
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -6,6 +6,7 @@ name: CI
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Formatting (pre-commit)
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tutorial_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- cron: '0 17 * * 6'
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down

0 comments on commit 7d2ae82

Please sign in to comment.