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: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch:
jobs: jobs:
audit: audit:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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

View File

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