diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-17 15:39:16 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-17 15:39:33 +0100 |
commit | 70557006fc25dfccd84576ac6e35713fddfd24ef (patch) | |
tree | b7bdb5aeaf3c97f0fc019272b72ddba2f81362b2 | |
parent | 98276c45f29d4e45955ad7649758619453423cb4 (diff) |
woodpecker branches fix
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index ba2c7b5..01b1cba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,4 +12,4 @@ pipeline: - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit -+branches: [ main, develop ] +branches: [ main, develop ] |