fix: use gitea.event_name instead of github.event_name
Deploy to Dev / deploy-dev (push) Failing after 3s Details

This commit is contained in:
Dev Server 2026-02-12 22:41:22 +03:00
parent 50c7d50b49
commit dc3d2b5f25
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
deploy-dev: deploy-dev:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'push' if: ${{ gitea.event_name == 'push' }}
steps: steps:
- name: Deploy to Dev Server - name: Deploy to Dev Server