diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7e9c46b8c..1cb948dd4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,7 +1,10 @@ # .gitea/workflows/build.yaml name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions -on: [push] +on: + push: + branches: + - Main jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest