1
0
Fork 0
mirror of https://github.com/gradle/gradle-build-action.git synced 2025-04-06 21:34:13 +02:00

Allow manual trigger of prod workflow

This commit is contained in:
Daz DeBoer 2021-08-20 14:00:30 -06:00 committed by GitHub
parent 3f3947669a
commit 543cacb256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ name: prod
on:
pull_request:
push:
workflow_dispatch:
jobs:
gradle-execution: