From 5e111a9e58b8125563618f2b5dffd681376c0a9b Mon Sep 17 00:00:00 2001 From: marcos-aparicio Date: Thu, 20 Mar 2025 06:31:47 -0400 Subject: [PATCH] fixing build-and-deploy again --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e159d12..d3e77b1 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -10,7 +10,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'prod' }} # Run only if the first workflow succeeded and push was to prod + if: ${{ github.event.workflow_run.conclusion == 'success' }} # Run only if the first workflow succeeded and push was to prod steps: - uses: actions/checkout@v4 - name: Setup PHP