From 21981c6478acf6e480ce2d8d6b63b9ab664ebbc6 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 4 Jun 2024 12:36:54 +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 does not need to be triggered on push tags. --- .github/workflows/people.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index f4cb1f2..2b272ee 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - 'v*' pull_request: branches: - '*'