diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ed15b18..f07096f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: needs: test # Ensure tests pass before deploying # Only run this job if triggered by a push to main or manual dispatch/schedule - if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' + if: gitea.event_name == 'push' || gitea.event_name == 'workflow_dispatch' || gitea.event_name == 'schedule' steps: # Checks out the repo under $GITHUB_WORKSPACE