ci: fix ci definitions
This commit is contained in:
parent
22aa16e957
commit
4c89369306
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
steps:
|
||||
- name: docker-deploy-push
|
||||
depends_on:
|
||||
- lint
|
||||
- go-lint
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
@ -32,7 +32,7 @@ steps:
|
|||
|
||||
- name: docker-deploy-unstable
|
||||
depends_on:
|
||||
- lint
|
||||
- go-lint
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
|
Loading…
Reference in a new issue