Skip to content

Commit

Permalink
add merge_group to workflow on (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Jun 19, 2024
1 parent e8ca8e5 commit f968969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-guide-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test Docs Guide
on: [pull_request]
on: [pull_request, merge_group]

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
on: [pull_request]
on: [pull_request, merge_group]
jobs:
docs:
name: Sample Docs Build
Expand Down

0 comments on commit f968969

Please sign in to comment.