Skip to content

Commit

Permalink
ci: enable merge queue trigger in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Dec 10, 2024
1 parent b56913d commit 611a975
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build/Test/Release
on: [push]
on:
push:
merge_group:
types: [checks_requested]
jobs:
build:
name: Build
Expand Down

0 comments on commit 611a975

Please sign in to comment.