mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
drone runner only at specific branches
This commit is contained in:
parent
572f2ee11b
commit
839bad22b6
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- SITE=angestoepselt
|
- SITE=angestoepselt
|
||||||
tags: latest
|
tags: latest
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
- captcha
|
||||||
|
|
||||||
- name: deploy stage build
|
- name: deploy stage build
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue