diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c537cc6..21737e2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,6 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - 'master' jobs: Explore-Gitea-Actions: @@ -17,3 +20,4 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + - run: git switch prod