ci: run deployment on most events
This commit is contained in:
parent
d07fc3a479
commit
3b6ba35092
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue