diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:25:43 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:26:47 +0200 |
commit | 56d305e26c61b72ba01bdac151b142e006d2b80d (patch) | |
tree | 50b8b578834b42d08169999e8c60038e9adb4a37 | |
parent | 37bf8f641c1e2254128b2ce155e1c0d52ec2b484 (diff) |
separate pipline names + only CI on main/develop
-rw-r--r-- | .woodpecker.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 4665b73..ba2c7b5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,14 +1,15 @@ pipeline: - build: + current: image: silex/emacs:cask commands: - emacs --version - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit - build: + last: image: silex/emacs:27-ci-cask commands: - emacs --version - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit ++branches: [ main, develop ] |