teste
This commit is contained in:
parent
c008bde57d
commit
80b4f24aaf
|
@ -12,3 +12,12 @@ steps:
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/citest_publish
|
- refs/heads/citest_publish
|
||||||
|
- name: Nur für citest_publish branch bei pull_request
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- ls
|
||||||
|
when:
|
||||||
|
ref:
|
||||||
|
- refs/heads/citest_publish
|
||||||
|
event:
|
||||||
|
- pull_request
|
||||||
|
|
Loading…
Reference in New Issue