Skip to content

Commit

Permalink
ci: run on merge groups
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 6, 2023
1 parent 4067fbe commit 5515a37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request: {}
merge_group: { types: [checks_requested] }
push: { branches: [master] }

permissions:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint

on: [pull_request]
on:
pull_request: {}
merge_group: { types: [checks_requested] }

permissions:
contents: read
Expand Down

0 comments on commit 5515a37

Please sign in to comment.