From 425a6c0b1a6f7900f6d420195508122d0351b54e Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 16 Apr 2025 15:00:59 +0100 Subject: [PATCH] chore: Test action --- .forgejo/workflows/test.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .forgejo/workflows/test.yaml diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 00000000..b77435c2 --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,12 @@ +name: Test + +on: + push: + workflow_dispatch: + + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."