Skip to content

Commit

Permalink
ci: enables merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Dec 5, 2023
1 parent aa71fcb commit c6a9f82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cargo-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:

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

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main

pull_request:
merge_group:

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Leaked Secrets Scan
on: [pull_request]
on:
pull_request:
merge_group:
jobs:
TruffleHog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6a9f82

Please sign in to comment.