💚(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:
2
.github/workflows/people.yml
vendored
2
.github/workflows/people.yml
vendored
@@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user