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