Make sure CI works as little as needed
ci/woodpecker/push/publish unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/pr/build unknown status Details
ci/woodpecker/pr/lint unknown status Details
ci/woodpecker/pr/publish Pipeline was successful Details

pull/14/head
Jef Roosens 2022-01-13 15:29:43 +01:00
parent d279a3ee3a
commit 68cb239dfe
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
pipeline:
vieter:
image: 'chewingbever/vlang:latest'

View File

@ -1,3 +1,7 @@
# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
pipeline:
lint:
image: 'chewingbever/vlang:latest'

View File

@ -1,3 +1,5 @@
branches: [main, dev]
pipeline:
dev:
image: plugins/docker
@ -21,9 +23,3 @@ pipeline:
when:
event: tag
branch: main
branches: [main, dev]
depends_on:
- lint
- build