Skip to content

Commit

Permalink
Merge branch 'main' into fix-clickable-title
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Jun 19, 2024
2 parents f669d4c + f968969 commit a0186b9
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 a0186b9

Please sign in to comment.