From c9bff6106a6032c871c9cc67f76cc397a06b1969 Mon Sep 17 00:00:00 2001 From: Felipe Moreira dos Santos Date: Sun, 14 Dec 2025 13:17:32 -0300 Subject: [PATCH] fix: edit rules to run deploy job --- .github/workflows/deploy.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 81cde6b..2769190 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -53,11 +53,7 @@ jobs: path: coverage/index.html retention-days: 1 build: - needs: test - if: | - always() && - github.ref == 'refs/heads/main' && - (needs.test.result == 'success' || needs.test.result == 'skipped') + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Checkout