💚(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 should not be triggered
on push tags.
This commit is contained in:
Anthony LC
2024-05-23 16:11:00 +02:00
committed by Anthony LC
parent 996cea49b4
commit ef2f4d3250
2 changed files with 0 additions and 4 deletions

View File

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

View File

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