Skip to content

Commit

Permalink
enable ci when editing pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Feb 18, 2025
1 parent 2955a19 commit da6315b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'modules/common/**'
- '.github/workflows/common-ci.yml'
- 'pnpm-lock.yaml'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'services/pos/**'
- 'modules/common/**'
- '.github/workflows/common-ci.yml'
- 'pnpm-lock.yaml'

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pos-deploy-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "services/pos/**"
- "modules/common/**"
- ".github/workflows/pos-deploy-merge.yml"
- "pnpm-lock.yaml"

defaults:
run:
Expand All @@ -28,7 +29,7 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CAFEORE_2024 }}
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CAFEORE_2024 }}"
channelId: live
projectId: cafeore-2024
entryPoint: services/pos
3 changes: 2 additions & 1 deletion .github/workflows/pos-deploy-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "services/pos/**"
- "modules/common/**"
- ".github/workflows/pos-deploy-pull-request.yml"
- "pnpm-lock.yaml"

defaults:
run:
Expand All @@ -31,6 +32,6 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CAFEORE_2024 }}
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CAFEORE_2024 }}"
projectId: cafeore-2024
entryPoint: services/pos

0 comments on commit da6315b

Please sign in to comment.