Skip to content

Commit

Permalink
Updates CDWC version to 1.0.15 (#691)
Browse files Browse the repository at this point in the history
* updates cdwc version to 1.0.15

* creates preview deploys for PRs when package-lock.json updated
  • Loading branch information
scandycuz authored Jul 2, 2024
1 parent 3bb37ae commit 0664d7e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- .github/workflows/aws-hosting-pull-request-newm-marketplace.yml
- apps/marketplace/**
- packages/**
- package-lock.json
jobs:
build_and_preview:
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- .github/workflows/aws-hosting-pull-request-newm-mobile-wallet-connector.yml
- apps/mobile-wallet-connector/**
- packages/**
- package-lock.json
jobs:
build_and_preview:
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aws-hosting-pull-request-newm-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- .github/workflows/aws-hosting-pull-request-newm-studio.yml
- apps/studio/**
- packages/**
- package-lock.json
jobs:
build_and_preview:
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aws-hosting-pull-request-newm-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- .github/workflows/aws-hosting-pull-request-newm-tools.yml
- apps/tools/**
- packages/**
- package-lock.json
jobs:
build_and_preview:
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0664d7e

Please sign in to comment.