;ci: let all workflows be triggered manually
For when the intended triggers fail.
This commit is contained in:
parent
bd4dcc2a0a
commit
d2fd039460
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -65,6 +65,8 @@ on:
|
||||
- '!**.info'
|
||||
- '!**.txt'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -34,6 +34,8 @@ on:
|
||||
- '!**.info'
|
||||
- '!**.txt'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -15,6 +15,7 @@ on:
|
||||
- '[0-9]+.[0-9]+-*'
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
- '[0-9]+.[0-9]+.[0-9]+-*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
1
.github/workflows/static-linux-arm32v7.yml
vendored
1
.github/workflows/static-linux-arm32v7.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
# - '[0-9]+.[0-9]+-*'
|
||||
# - '[0-9]+.[0-9]+.[0-9]+'
|
||||
# - '[0-9]+.[0-9]+.[0-9]+-*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
1
.github/workflows/static-linux.yml
vendored
1
.github/workflows/static-linux.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
# - '[0-9]+.[0-9]+-*'
|
||||
# - '[0-9]+.[0-9]+.[0-9]+'
|
||||
# - '[0-9]+.[0-9]+.[0-9]+-*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -33,6 +33,8 @@ on:
|
||||
- '!**.info'
|
||||
- '!**.txt'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user