Skip to content

Commit efa1a34

Browse files
committed
Make the action run only when deploy branch changes
1 parent fb032d0 commit efa1a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Deploy to Google Cloud Platform
22
on:
3-
pull_request:
3+
push:
44
branches:
55
- 'deploy'
66
workflow_dispatch: # TODO: should be removed when the workflow is stable

0 commit comments

Comments
 (0)