From f96425dbcccf0fdb4c6fa4e14a23edd39088fd18 Mon Sep 17 00:00:00 2001 From: jungmir Date: Fri, 13 Sep 2024 22:11:48 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=EC=A1=B0=EA=B1=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edd3216..c0e15ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ # Gets triggered upon the creation of a new tag on: push: - tags: - - 'v*' # Matches tags with the name "v*", i.e. v1.0, v20.15.10 + branches: + - main name: Generate Website and add as Release # Performs the following steps: