Skip to content

Commit

Permalink
add master branch to event hook
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh committed Feb 20, 2024
1 parent 1d17ce2 commit 6f4e5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: Build and Deploy to GCP registry

on:
push:
branches: [ "split" ]
branches: [ "split", "master" ]

env:
GAR_LOCATION: asia-northeast1 # TODO: update region of the Artifact Registry
Expand Down

0 comments on commit 6f4e5d9

Please sign in to comment.