diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ad7bbf8..7869181 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -2,11 +2,11 @@ name: Deploy to production webserver run-name: ${{ gitea.actor }} is deploying to production environment on: push: - branches: [ staging ] + branches: [ release ] workflow_dispatch: jobs: - Deploy-To-Staging: + Deploy-To-Production: runs-on: ubuntu-latest steps: - name: Check out repository code