ci: add workflow_dispatch for all workflows

This commit is contained in:
MedzikUser 2022-03-10 22:14:33 +01:00
parent 2451f47fa8
commit 09e7418658
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@ on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest

View File

@ -7,6 +7,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
binaries:
strategy:

View File

@ -8,6 +8,8 @@ on:
paths-ignore:
- '*.md'
workflow_dispatch:
env:
CARGO_TERM_COLOR: always