Skip to content

Commit

Permalink
Merge pull request #291 from premieroctet/hotfix
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
cregourd authored May 17, 2024
2 parents 623848b + c62470e commit 5df8b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "main"
jobs:
Deploy-Production:
if: github.event.pull_request.merged == true && (startsWith(github.event.pull_request.head.ref, 'changeset-release/') || !contains(github.event.pull_request.changed_files, 'packages/next-admin/'))
if: github.event.pull_request.merged == true && (startsWith(github.event.pull_request.head.ref, 'changeset-release/') || (!contains(github.event.pull_request.changed_files, 'packages/next-admin/') && contains(github.event.pull_request.changed_files, 'apps/')))
uses: ./.github/workflows/vercel-deploy.yml
secrets: inherit
with:
Expand Down

0 comments on commit 5df8b6a

Please sign in to comment.