From e5c6edfca4ca9c0d30aa482c22b047be16301058 Mon Sep 17 00:00:00 2001 From: laggykiller <61652821+laggykiller@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:50:17 +0800 Subject: [PATCH] trigger build on tag --- .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 d8eb17b..53c1399 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,8 @@ name: Build on: push: - # tags: - # - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: