Add manual trigger to release pipeline

This commit is contained in:
Gabri Botha 2021-06-08 11:20:11 +02:00 committed by GitHub
parent 3fa0d42f3a
commit 29fcbbc2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}