diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/emacs/pkgs/cycle/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/pkgs/cycle/default.nix b/users/wpcarro/emacs/pkgs/cycle/default.nix index 00c4a87dc9d7..88f656befda2 100644 --- a/users/wpcarro/emacs/pkgs/cycle/default.nix +++ b/users/wpcarro/emacs/pkgs/cycle/default.nix @@ -31,4 +31,9 @@ cycle.overrideAttrs (_old: { ${emacs}/bin/emacs -batch \ -l ert -l ${./tests.el} -f ert-run-tests-batch-and-exit ''; + passthru.meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush { + filter = ":/users/wpcarro/emacs/pkgs/cycle"; + remote = "git@github.com:wpcarro/cycle.el.git"; + ref = "refs/heads/main"; + }; }) |