Skip to content

Commit 0922788

Browse files
Trigger audit workflow on push, PR, and dispatch
1 parent 6a83e2f commit 0922788

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/audit.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
on:
2+
push:
3+
branches: [main]
4+
pull_request:
5+
branches: [main]
6+
workflow_dispatch:
7+
18
jobs:
29
audit:
310
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)