From c49a446e6ce87dc9b679cdc06f7ba180ef25d6b4 Mon Sep 17 00:00:00 2001 From: guseyn Date: Fri, 1 Dec 2023 13:58:17 +0400 Subject: [PATCH] update --- .github/workflows/ehtml.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ehtml.yml b/.github/workflows/ehtml.yml index 1a48e597..97ade69f 100644 --- a/.github/workflows/ehtml.yml +++ b/.github/workflows/ehtml.yml @@ -3,6 +3,8 @@ name: EHTML CI on: push: branches: [ "master" ] + tags: + - '[0-9]+.[0-9]+.[0-9]+' pull_request: branches: [ "master" ] @@ -24,9 +26,7 @@ jobs: - run: npm run build release: - if: | - github.event_name == 'push' && - github.event.head_commit.message =~ /^[0-9]+\.[0-9]+\.[0-9]+$/ + if: github.event_name == 'push' runs-on: ubuntu-latest needs: build # Ensure that the 'build' job completes before running the release job steps: