diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml new file mode 100644 index 0000000..3fbab3c --- /dev/null +++ b/.forgejo/workflows/pipeline.yaml @@ -0,0 +1,7 @@ +on: [release] +jobs: + upload: + runs-on: host + steps: + - uses: actions/checkout@v4 + - run: ls -la \ No newline at end of file