From 68854774941e26641167de51595fc80d373136fa Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 24 Jun 2025 12:20:35 +0200 Subject: [PATCH] WIP --- .forgejo/workflows/demo.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 94c7fed..c1ed7bd 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -1,6 +1,10 @@ -on: [push] +on: + push: + branches: + - actions-test jobs: test: runs-on: host steps: - - run: echo All Good + - run: git clone https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.g - run: guix shell guile-documenta api knots -- ls +it