Skip to content

Commit 57c79cd

Browse files
authored
Merge pull request #236 from tnull/2024-01-allow-manual-audit-trigger
Allow manual audit trigger
2 parents 9decf60 + 3306d20 commit 57c79cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: Security audit
1+
name: Security Audit
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 0 * * *'
56

0 commit comments

Comments
 (0)