1

Re-run audit CI when config file changes

This commit is contained in:
Evan Pratten 2023-07-20 11:53:41 -04:00
parent 366a85b916
commit 55d526b660

View File

@ -6,6 +6,7 @@ on:
- '**/Cargo.toml' - '**/Cargo.toml'
- '**/Cargo.lock' - '**/Cargo.lock'
- '.github/workflows/audit.yml' - '.github/workflows/audit.yml'
- '**/audit.toml'
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'