From 7d65c018822461aa7eaed98b4f266ed92bf3cae7 Mon Sep 17 00:00:00 2001 From: forge Date: Mon, 6 Apr 2026 21:45:41 +0000 Subject: [PATCH] Add .forgejo/workflows/ci.yaml --- .forgejo/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/ci.yaml diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml new file mode 100644 index 0000000..7757b43 --- /dev/null +++ b/.forgejo/workflows/ci.yaml @@ -0,0 +1,7 @@ +name: CI +on: [push] +jobs: + build: + runs-on: ubuntu-22.04 + steps: + - run: echo "trigger" \ No newline at end of file