diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 4830d10..40a50e1 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,7 +1,3 @@ -# These checks already get performed on the feature branches -branches: - exclude: [ main, dev ] - pipeline: vieter: image: 'chewingbever/vlang:latest' diff --git a/.woodpecker/.lint.yml b/.woodpecker/.lint.yml index ae47c32..c72c13a 100644 --- a/.woodpecker/.lint.yml +++ b/.woodpecker/.lint.yml @@ -1,7 +1,3 @@ -# These checks already get performed on the feature branches -branches: - exclude: [ main, dev ] - pipeline: lint: image: 'chewingbever/vlang:latest' diff --git a/.woodpecker/.publish.yml b/.woodpecker/.publish.yml index 34a3675..1e52db3 100644 --- a/.woodpecker/.publish.yml +++ b/.woodpecker/.publish.yml @@ -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