Skip to content

Commit

Permalink
ci: Add workflow files to paths filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 14, 2023
1 parent a3b5220 commit 658e162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- v*
paths:
- 'frontend/**'
- '.github/workflows/deploy.sh'
- '.github/workflows/deploy-frontend.yml'

jobs:
frontend:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
paths:
- 'projects/**'
- '.github/workflows/deploy.sh'
- '.github/workflows/deploy-projects.yml'

jobs:
projects-images:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- v*
paths:
- 'services/**'
- '.github/workflows/deploy.sh'
- '.github/workflows/deploy-services.yml'

jobs:
services:
Expand Down

0 comments on commit 658e162

Please sign in to comment.