diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ebf818a..b74afa5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,7 +1,11 @@ # .gitea/workflows/build.yaml name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [workflow_dispatch, push] +on: + workflow_dispatch: + push: + branches: [main] + jobs: Build: runs-on: ubuntu-latest @@ -33,9 +37,4 @@ jobs: - name: Deploy run: | echo Deploying... - sleep 1 - echo ... - sleep 1 - echo ... - sleep 1 echo DONE! \ No newline at end of file