From 7f8043773d333e043b439d4368aa4e7b90eee79c Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 5 Feb 2026 23:10:00 +0100 Subject: [PATCH] pipeline --- .forgejo/workflows/pipeline.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/pipeline.yaml diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml new file mode 100644 index 0000000..8d20504 --- /dev/null +++ b/.forgejo/workflows/pipeline.yaml @@ -0,0 +1,6 @@ +on: [release] +jobs: + upload: + runs-on: host + steps: + - run: echo "upload" \ No newline at end of file