From 062ee848a19cdf56e01e30469ae07fd2a680c37e Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Fri, 23 Jun 2023 16:04:00 +0800 Subject: [PATCH] Build with tag --- .github/workflows/build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f21d193..16b2344 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,9 @@ name: build -# on: -# push: -# tags: -# - "*" - on: push: - branches: ["main"] - pull_request: - branches: ["main"] + tags: + - "*" jobs: build-image: