Improve .woodpecker.yaml and enable event filters
This commit is contained in:
parent
3044eb4088
commit
60ef67b9a3
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
steps:
|
||||
- name: build
|
||||
when:
|
||||
- branch: master
|
||||
event: push
|
||||
image: debian:testing-slim
|
||||
secrets: [ ssh_key, ssh_port ]
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue