Skip to content

Commit f441614

Browse files
committed
add workflow_dispatch trigger for audit
1 parent e9ca4fd commit f441614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/audit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Security audit
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 0 * * *'
56
push:

0 commit comments

Comments
 (0)