Skip to content

Commit

Permalink
ci: enable work_group build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 21, 2024
1 parent 062e23d commit 6e38bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Git Checks

on: [pull_request]
on:
pull_request:
merge_group:

jobs:
block-fixup:
if: github.event_name != 'merge_group'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
CI:
Expand Down

0 comments on commit 6e38bb7

Please sign in to comment.