diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 6c9d788..4f1a7fc 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -13,7 +13,7 @@ concurrency: jobs: prod-build: - if: github.repository == 'gcg/gcg-website' + if: github.repository == 'gcg/gcg-website' && github.event.push runs-on: act-runner-user timeout-minutes: 5 steps: @@ -45,7 +45,7 @@ jobs: token: ${{ secrets.TG_TOKEN }} include_commit_info: false test-build: - if: github.repository == 'gcg/gcg-website' + if: github.repository == 'gcg/gcg-website' && github.event.push runs-on: act-runner-user timeout-minutes: 5 steps: