Skip to content

Commit

Permalink
ci: trigger actions when merging with queue (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: JohnsonLee <[email protected]>
  • Loading branch information
J0HN50N133 authored Apr 15, 2024
1 parent 94720a3 commit 344b01c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Rust Build and Test

on:
merge_group:
types: [checks_requested]
push:
branches: [ "*" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
Expand Down

0 comments on commit 344b01c

Please sign in to comment.