Skip to content

Commit

Permalink
fix(workflow): scoped workflows to ignore changes in package.json and…
Browse files Browse the repository at this point in the history
… package-lock.json
  • Loading branch information
Sinrefvol committed May 23, 2024
1 parent cc00cc6 commit b473c6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
- "main"
paths:
- "src/**"
- "package.json"
- "package-lock.json"
- "yarn.lock"
- "Dockerfile"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
paths:
- "src/**"
- "package.json"
- "package-lock.json"
- "yarn.lock"
- "Dockerfile"
types: [
Expand Down

0 comments on commit b473c6f

Please sign in to comment.