diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml new file mode 100644 index 0000000..a549a20 --- /dev/null +++ b/.gitea/workflows/cicd.yaml @@ -0,0 +1,14 @@ +name: Build and Deploy +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: + workflow_dispatch: + push: + branches: + - main + +jobs: + checkout: + name: Build + steps: + - name: Checkout Source Code + uses: actions/checkout@v4