diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index 8579bc0..c203829 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -2,7 +2,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - branches: [ $default-branch ] + branches: + - master jobs: Deploy: