Skip to content

Commit b13ce36

Browse files
author
Ariel Ben-Yehuda
committed
add periodic and workflow dispatches
1 parent 1dd0a1e commit b13ce36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
paths:
55
- '**/Cargo.toml'
66
- '**/Cargo.lock'
7+
schedule:
8+
- cron: "0 0 * * *"
9+
workflow_dispatch:
710
jobs:
811
security_audit:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)