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:16 +0100 |
commit | 784f5d258db820481bc468a8cb1aa9e59793340f (patch) | |
tree | afa9d42325dc193e8fd3a398597b6819383af78c /.woodpecker.yml | |
parent | 99027d0d06b90d94a582ad3f67cf0e47af1b7afd (diff) |
woodpecker branches fix
Diffstat (limited to '.woodpecker.yml')
-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 ] |