Skip to content

Commit

Permalink
chore: prod pipeline 23
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonsfran1165 committed Dec 27, 2024
1 parent bc5a565 commit 71e250b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ runs:
if: ${{ inputs.ts == 'true' }}
shell: bash
run: |
pnpm install
pnpm install --recursive
6 changes: 4 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Deploy Preview

on:
pull_request:
branches-ignore:
- 'renovate/**'
branches:
- '*'
- '!renovate/**'

merge_group:

env:
Expand Down

0 comments on commit 71e250b

Please sign in to comment.