diff --git a/.github/workflows/aws-hosting-merge-deploy-newm-marketplace.yml b/.github/workflows/aws-hosting-merge-deploy-newm-marketplace.yml index 30c49e3d..2d4bcde0 100644 --- a/.github/workflows/aws-hosting-merge-deploy-newm-marketplace.yml +++ b/.github/workflows/aws-hosting-merge-deploy-newm-marketplace.yml @@ -7,6 +7,7 @@ on: - .github/workflows/aws-hosting-merge-deploy-newm-marketplace.yml - apps/marketplace/** - packages/** + - package-lock.json workflow_dispatch: jobs: diff --git a/.github/workflows/aws-hosting-merge-deploy-newm-mobile-wallet-connector.yml b/.github/workflows/aws-hosting-merge-deploy-newm-mobile-wallet-connector.yml index ba0eecd3..d67d87cf 100644 --- a/.github/workflows/aws-hosting-merge-deploy-newm-mobile-wallet-connector.yml +++ b/.github/workflows/aws-hosting-merge-deploy-newm-mobile-wallet-connector.yml @@ -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: diff --git a/.github/workflows/aws-hosting-merge-deploy-newm-studio.yml b/.github/workflows/aws-hosting-merge-deploy-newm-studio.yml index 5c7eea39..28ddf6e2 100644 --- a/.github/workflows/aws-hosting-merge-deploy-newm-studio.yml +++ b/.github/workflows/aws-hosting-merge-deploy-newm-studio.yml @@ -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 diff --git a/.github/workflows/aws-hosting-merge-deploy-newm-tools.yml b/.github/workflows/aws-hosting-merge-deploy-newm-tools.yml index b59e5be7..e62ed8a9 100644 --- a/.github/workflows/aws-hosting-merge-deploy-newm-tools.yml +++ b/.github/workflows/aws-hosting-merge-deploy-newm-tools.yml @@ -7,6 +7,7 @@ on: - .github/workflows/aws-hosting-merge-deploy-newm-tools.yml - apps/tools/** - packages/** + - package-lock.json workflow_dispatch: jobs: