Skip to content

Commit

Permalink
fix(workflow): scoped deploy to specific paths only
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol committed May 23, 2024
1 parent 93daa08 commit e906eb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
push:
branches:
- "main"
# paths:
# - "src/**"
# - "package.json"
# - "package-lock.json"
# - "yarn.lock"
# - "."
paths:
- "src/**"
- "package.json"
- "package-lock.json"
- "yarn.lock"
- "Dockerfile"

jobs:
trigger-github-deployment:
Expand Down

0 comments on commit e906eb8

Please sign in to comment.