Skip to content

Commit

Permalink
ci: add merge group
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 14, 2024
1 parent d274820 commit db6ca9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on:
merge_group:
types: [checks_requested]
pull_request_target:
types:
- opened
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Web CI
permissions: write-all

on:
merge_group:
types: [checks_requested]
paths:
- "website/**"
pull_request:
types: [opened, synchronize]
paths:
Expand Down

0 comments on commit db6ca9d

Please sign in to comment.