limit drone execution

This commit is contained in:
Chuck Dries 2022-07-10 11:21:26 -07:00
parent 89b9500712
commit b80dd9be99
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -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