diff --git a/.gitea/workflows/deploy-test.yaml b/.gitea/workflows/deploy-test.yaml new file mode 100644 index 0000000..9a95f41 --- /dev/null +++ b/.gitea/workflows/deploy-test.yaml @@ -0,0 +1,11 @@ +name: Deploy Test +run-name: Deploy Test + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "hello"