Skip to content

Commit 67a2bd4

Browse files
author
Bryan Sieber
committed
Updating the workflow to only run on merges to main; removing GCP Cloud Run Deploy
1 parent c80743c commit 67a2bd4

File tree

2 files changed

+3
-97
lines changed

2 files changed

+3
-97
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Docker image
22

3-
on: pull_request
3+
on:
4+
push:
5+
branches: [main]
46

57
jobs:
68
prepare:

.github/workflows/deploy-build.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)