mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Allow manual trigger of prod workflow
This commit is contained in:
parent
3f3947669a
commit
543cacb256
1 changed files with 1 additions and 0 deletions
1
.github/workflows/prod.yml
vendored
1
.github/workflows/prod.yml
vendored
|
@ -4,6 +4,7 @@ name: prod
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gradle-execution:
|
gradle-execution:
|
||||||
|
|
Loading…
Reference in a new issue