ci: run deployment on most events
This commit is contained in:
parent
d07fc3a479
commit
3b6ba35092
|
@ -33,6 +33,10 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
- event:
|
||||||
|
- cron
|
||||||
|
- deployment
|
||||||
|
- manual
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: bash
|
image: bash
|
||||||
|
|
Loading…
Reference in a new issue