Skip to content

Commit

Permalink
chore: paths-ignore for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 6, 2024
1 parent c48835c commit a7dcd08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "dev"
paths-ignore:
- "deploy/**"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "main"
paths-ignore:
- "deploy/**"

jobs:
build:
Expand Down

0 comments on commit a7dcd08

Please sign in to comment.