From ef2f4d3250f646f69c69ab4e7cc2bceab8ace045 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 23 May 2024 16:11:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(CI)=20remove=20trigger=20workflow?= =?UTF-8?q?=20on=20push=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We were starting the workflow on push tags, it is needed for the docker-hub workflow, but the other workflows should not be triggered on push tags. --- .github/workflows/impress-frontend.yml | 2 -- .github/workflows/impress.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/impress-frontend.yml b/.github/workflows/impress-frontend.yml index 2ad94201..07e285e1 100644 --- a/.github/workflows/impress-frontend.yml +++ b/.github/workflows/impress-frontend.yml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - 'v*' pull_request: branches: - '*' diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 164cb456..117fe8f1 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - 'v*' pull_request: branches: - '*'