We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7f82e commit cd0506cCopy full SHA for cd0506c
.github/workflows/publish-image-sequencer.yaml
@@ -77,7 +77,8 @@ jobs:
77
78
# Trigger Cloud Run here to prevent race condition
79
- name: Trigger Cloud Run Deployment
80
- if: success() && github.ref == 'refs/heads/main'
+# && github.ref == 'refs/heads/main'
81
+ if: success()
82
run: |
83
gcloud builds triggers run deploy-metabased-sequencer \
84
--region=global \
.github/workflows/publish-image-translator.yaml
@@ -1,9 +1,8 @@
1
name: Build + Push Translator Image to Github and Google Registries
2
on:
3
push:
4
-# TODO
5
-# branches:
6
-# - main
+ branches:
+ - main
7
8
env:
9
GITHUB_REGISTRY: ghcr.io
0 commit comments