diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1029150..bb21a77 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,7 +1,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - +on: + push: + branches: [main] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest