Compare commits

..

No commits in common. "b5224e8a63de54c122f178bf0052a4029953c4cc" and "d279a3ee3a04c703605c3f9be776958016148ee7" have entirely different histories.

3 changed files with 6 additions and 10 deletions

View File

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

View File

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

View File

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