diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml deleted file mode 100644 index 15dcbef..0000000 --- a/.woodpecker/build.yaml +++ /dev/null @@ -1,22 +0,0 @@ -pipeline: - run-one: - image: busybox - group: first - commands: - - echo "first run" - - run-two: - image: busybox - group: first - commands: - - echo "second run" - - run-three: - image: ubuntu - commands: - - echo hi - -when: - branch: - include: [ main, release/* ] - exclude: [ test/1.0.0, test/1.1.* ] \ No newline at end of file