From 37d47787ac8a7968b55c5874ba76ada041ba213a Mon Sep 17 00:00:00 2001 From: GuyTeichman <48219633+GuyTeichman@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:02:21 +0300 Subject: [PATCH] build_ci.yml no longer ignores tag releases --- .github/workflows/build_ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index f35ce5fc..c1244411 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -2,8 +2,6 @@ name: Build CI on: push: - tags-ignore: - - 'V*' pull_request: jobs: build: