mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Add manual trigger to release pipeline
This commit is contained in:
parent
3fa0d42f3a
commit
29fcbbc2d8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
created
|
created
|
||||||
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||||
|
|
Loading…
Reference in a new issue