From f6c46b1d9898f4e3dccba6b62c8b4d38293b67d6 Mon Sep 17 00:00:00 2001 From: Kazushi Kurasawa Date: Fri, 17 May 2024 13:23:04 +0900 Subject: [PATCH] =?UTF-8?q?deploy=E3=82=B8=E3=83=A7=E3=83=96=E3=81=AE?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E3=81=A7=E3=81=82=E3=82=8Bpush=E3=82=A4?= =?UTF-8?q?=E3=83=99=E3=83=B3=E3=83=88=E3=81=AE=E5=AF=BE=E8=B1=A1=E3=82=92?= =?UTF-8?q?main=E3=81=AB=E5=A4=89=E6=9B=B4=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index b8ed7a7..10ac8e4 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -39,7 +39,7 @@ jobs: deploy: needs: build - if: github.event_name == 'push' && github.ref == 'refs/heads/dev/v1.0' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Checkout Pages Branch