Add manual trigger to audit and check

This commit is contained in:
Félix Saparelli 2021-10-26 21:14:47 +13:00
parent b13c23c576
commit afd9677441
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
name: Security audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:

View File

@ -1,4 +1,5 @@
on:
workflow_dispatch:
pull_request:
paths:
- "cli/**"