💚(CI) remove trigger workflow on push tags

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.
This commit is contained in:
Anthony LC
2024-06-04 12:36:54 +02:00
committed by Anthony LC
parent e56c63676e
commit 21981c6478

View File

@@ -4,8 +4,6 @@ on:
push: push:
branches: branches:
- main - main
tags:
- 'v*'
pull_request: pull_request:
branches: branches:
- '*' - '*'