Skip to content

Commit a550436

Browse files
committed
update actions triggers
1 parent 62cd0fb commit a550436

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/google-registry-gce-dev.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: "[DEV] Deploy to GCE"
22

33
on:
4+
workflow_dispatch:
5+
46
push:
5-
branches: [ "develop" ]
6-
7+
branches:
8+
- develop
9+
710
env:
811
GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}
912
GCP_ARTIFACT_REGISTRY_NAME: ${{ vars.GCP_ARTIFACT_REGISTRY_NAME }}

.github/workflows/google-registry-gce-prod.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: "[PROD] Deploy to GCE"
22

33
on:
4+
workflow_dispatch:
5+
46
push:
5-
branches: [ "main" ]
7+
branches:
8+
- main
69

710
env:
811
GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}

0 commit comments

Comments
 (0)