Skip to content

Commit

Permalink
Add merge group/queue running to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans authored Nov 19, 2024
1 parent 280f23b commit fec8a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Pre-release

on:
merge_group:
pull_request:
types:
- opened
Expand All @@ -25,4 +26,4 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains( github.event.pull_request.labels.*.name, 'Pre-release')
with:
java: 17
secrets: inherit
secrets: inherit

0 comments on commit fec8a0f

Please sign in to comment.