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