From bdb32826dd75401bffe2711464fc0957d8e97b81 Mon Sep 17 00:00:00 2001 From: Yunkon Kim Date: Wed, 21 Aug 2024 16:29:35 +0900 Subject: [PATCH] Update continuous-delivery.yaml --- .github/workflows/continuous-delivery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index 05582a4..714f8f9 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -13,7 +13,7 @@ on: # The "push" event could replace "merged" event. push: branches: - - master + - main tags: # Only trigger on semver shaped tags. - "v*.*.*" @@ -122,4 +122,4 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache - name: Image digest - run: echo ${{ steps.docker_build.outputs.digest }} \ No newline at end of file + run: echo ${{ steps.docker_build.outputs.digest }}