Skip to content

Commit

Permalink
Merge pull request #12 from yunkon-kim/yunkon-kim-patch-1
Browse files Browse the repository at this point in the history
Change branch from `master` to `main` in CD workflow
  • Loading branch information
yunkon-kim authored Aug 21, 2024
2 parents a5d1e29 + bdb3282 commit b260d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# The "push" event could replace "merged" event.
push:
branches:
- master
- main
tags:
# Only trigger on semver shaped tags.
- "v*.*.*"
Expand Down Expand Up @@ -122,4 +122,4 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit b260d64

Please sign in to comment.