From 9e0d7dd28d339415a6c4bf620281410c5e21229c Mon Sep 17 00:00:00 2001 From: Mickael Alibert Date: Tue, 24 Oct 2023 09:33:29 +0200 Subject: [PATCH] [TECH] :wrench: Only tag project on main branch --- .github/workflows/auto-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index a66c825..71c35e0 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -7,6 +7,7 @@ on: jobs: build: + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4