Skip to content

Commit 23e6ae8

Browse files
committed
update build.yml
Signed-off-by: Sameer Kulkarni <[email protected]>
1 parent c98084e commit 23e6ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ on:
33
push:
44
pull_request:
55
repository_dispatch:
6-
types: update-on-release
6+
types: build-on-release
77
jobs:
88
build:
99
name: Build
1010
runs-on: ubuntu-latest
11-
if: "${{ !github.event.client_payload.prerelease }}"
11+
if: github.event.client_payload.prerelease == 'false'
1212
env:
1313
GCP_KEY: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
1414
GOOGLE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}

0 commit comments

Comments
 (0)