Skip to content

Commit d337717

Browse files
committed
feat(ci): always run audit and zizmor jobs
1 parent 4e4b4ac commit d337717

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Security Audit
22

3-
on:
4-
pull_request:
5-
merge_group:
6-
push:
7-
branches: [main]
3+
on: [push, pull_request]
84

95
env:
106
CARGO_TERM_COLOR: always

.github/workflows/zizmor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: GitHub Actions Security Analysis with zizmor
22

3-
on:
4-
pull_request:
5-
branches: ["**"]
3+
on: [push, pull_request]
64

75
permissions: {}
86

0 commit comments

Comments
 (0)