limit drone execution
This commit is contained in:
parent
89b9500712
commit
b80dd9be99
15
.drone.yml
15
.drone.yml
@ -2,9 +2,14 @@ kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
when:
|
||||
branch:
|
||||
- drone
|
||||
- main
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
|
Loading…
x
Reference in New Issue
Block a user