commit aeca6f9d3411c4014e072a975c18f6632092f896 Author: Tuxilio Date: Sat Feb 3 18:50:50 2024 +0000 Add .forgejo/workflows/test.yml diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..adc7f52 --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -0,0 +1,13 @@ +on: + issues: + types: [opened] + issue_comment: + types: [created] + +jobs: + posten: + runs-on: ubuntu-latest + steps: + - name: Post issue on Codeberg + run: + echo "test" \ No newline at end of file