Browse Source

Updated branches list

pull/17/head
Mykyta Solomko 4 years ago
parent
commit
f4000b6bdf
  1. 10
      .woodpecker.yml

10
.woodpecker.yml

@ -8,11 +8,6 @@ workspace:
path: src
pipeline:
env:
image: alpine
commands:
- env
lint-shell:
image: sevoid/linter:dev
pull: true
@ -86,8 +81,9 @@ pipeline:
when:
event: pull_request
branch:
- dev-*
- feature-*
exclude:
- master
- release-*
build-release:
image: plugins/docker:linux-amd64

Loading…
Cancel
Save