We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98084e commit 23e6ae8Copy full SHA for 23e6ae8
.github/workflows/build.yml
@@ -3,12 +3,12 @@ on:
3
push:
4
pull_request:
5
repository_dispatch:
6
- types: update-on-release
+ types: build-on-release
7
jobs:
8
build:
9
name: Build
10
runs-on: ubuntu-latest
11
- if: "${{ !github.event.client_payload.prerelease }}"
+ if: github.event.client_payload.prerelease == 'false'
12
env:
13
GCP_KEY: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
14
GOOGLE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
0 commit comments