mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:05: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:
|
||||
types:
|
||||
created
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||
|
|
Loading…
Reference in a new issue