hotfix: fixes broken build

This commit is contained in:
2025-11-01 13:20:32 -03:00
parent 6c26efc145
commit 4f6d03adda
2 changed files with 6 additions and 6 deletions

View File

@@ -82,8 +82,8 @@ jobs:
deploy:
needs: [docker]
runs-on: ubuntu-latest
environment:
name: ${{ github.ref_name == 'main' && 'production' || 'development' }}
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
environment: 'production'
steps:
- uses: actions/checkout@v4