Skip to content

Commit

Permalink
updates workflows to deploy to staging when package-lock.json updated (
Browse files Browse the repository at this point in the history
  • Loading branch information
scandycuz authored Jun 21, 2024
1 parent beed2e3 commit ab982bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- .github/workflows/aws-hosting-merge-deploy-newm-marketplace.yml
- apps/marketplace/**
- packages/**
- package-lock.json
workflow_dispatch:

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- .github/workflows/aws-hosting-merge-deploy-newm-mobile-wallet-connector.yml
- apps/mobile-wallet-connector/**
- packages/**
- package-lock.json
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aws-hosting-merge-deploy-newm-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- .github/workflows/aws-hosting-merge-deploy-newm-studio.yml
- apps/studio/**
- packages/**
- package-lock.json
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aws-hosting-merge-deploy-newm-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- .github/workflows/aws-hosting-merge-deploy-newm-tools.yml
- apps/tools/**
- packages/**
- package-lock.json
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ab982bf

Please sign in to comment.