diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index c2df708..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,12 +0,0 @@ -pipeline: - build_deb: - image: svk28/tcltk-build-debian - commands: - - cd debian - - ./build-deb-projman.sh - - build_rpm: - image: svk28/tcltk-build-centos - commands: - - cd redhat - - ./build-rpm.sh diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index b228221..80ddf83 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -4,3 +4,5 @@ pipeline: commands: - cd debian - ./build-deb-projman.sh + when: + branch: master