mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Update release.yaml workflow
This commit is contained in:
parent
f5b5169129
commit
3fa0d42f3a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -2,7 +2,8 @@ name: Build and Deploy to GKE
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types:
|
||||
created
|
||||
|
||||
env:
|
||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||
|
|
Loading…
Reference in a new issue