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."