Skip to content

Commit 2be9efc

Browse files
committed
ci: add workflow_dispatch trigger to security audit workflow
1 parent 6de2579 commit 2be9efc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [main]
88
schedule:
99
- cron: '0 2 * * *'
10+
workflow_dispatch:
1011

1112
jobs:
1213
security:

0 commit comments

Comments
 (0)