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 85edf22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Git Checks

on: [pull_request]
on:
pull_request:
merge_group:

jobs:
block-fixup:
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 85edf22

Please sign in to comment.