;ci: let all workflows be triggered manually

For when the intended triggers fail.
This commit is contained in:
Simon Michael 2021-07-03 14:51:17 -10:00
parent bd4dcc2a0a
commit d2fd039460
6 changed files with 9 additions and 0 deletions

View File

@ -65,6 +65,8 @@ on:
- '!**.info' - '!**.info'
- '!**.txt' - '!**.txt'
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -34,6 +34,8 @@ on:
- '!**.info' - '!**.info'
- '!**.txt' - '!**.txt'
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: macos-latest runs-on: macos-latest

View File

@ -15,6 +15,7 @@ on:
- '[0-9]+.[0-9]+-*' - '[0-9]+.[0-9]+-*'
- '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-*' - '[0-9]+.[0-9]+.[0-9]+-*'
workflow_dispatch:
jobs: jobs:
release: release:

View File

@ -8,6 +8,7 @@ on:
# - '[0-9]+.[0-9]+-*' # - '[0-9]+.[0-9]+-*'
# - '[0-9]+.[0-9]+.[0-9]+' # - '[0-9]+.[0-9]+.[0-9]+'
# - '[0-9]+.[0-9]+.[0-9]+-*' # - '[0-9]+.[0-9]+.[0-9]+-*'
workflow_dispatch:
jobs: jobs:
docker: docker:

View File

@ -8,6 +8,7 @@ on:
# - '[0-9]+.[0-9]+-*' # - '[0-9]+.[0-9]+-*'
# - '[0-9]+.[0-9]+.[0-9]+' # - '[0-9]+.[0-9]+.[0-9]+'
# - '[0-9]+.[0-9]+.[0-9]+-*' # - '[0-9]+.[0-9]+.[0-9]+-*'
workflow_dispatch:
jobs: jobs:
build: build:

View File

@ -33,6 +33,8 @@ on:
- '!**.info' - '!**.info'
- '!**.txt' - '!**.txt'
workflow_dispatch:
jobs: jobs:
build: build: