From 237250d6d4a12bf270c1cc02eb813438104ae3c3 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 4 Oct 2024 23:03:57 +0200 Subject: [PATCH] test github action tag release - 5 --- .github/workflows/tag_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index 1f31b5f..e60e1fb 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -3,8 +3,8 @@ name: Tag Release on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+' - '*' + #- '[0-9]+.[0-9]+.[0-9]+' jobs: checks: name: Requirements