diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index d3b79a1d..c70c7282 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -1,9 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - master jobs: - Explore-Gitea-Actions: runs-on: ubuntu steps: