Skip to content

Commit

Permalink
add merge_group to action workflows (apple#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
madrob authored Dec 6, 2024
1 parent 2056857 commit 85eed7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build-and-test
on: [pull_request, push]
on: [pull_request, push, merge_group]

jobs:
build-and-test-job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pre-commit

on: pull_request
on: [pull_request, merge_group]

jobs:
pre-commit:
Expand Down

0 comments on commit 85eed7a

Please sign in to comment.