Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed May 15, 2024
1 parent 38ff557 commit d6f617f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/angular-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "frontend/**"
- ".github/workflows/angular-dev.yml"
- "helm/staging/**"

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/angular-new-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "frontend/**"
- ".github/workflows/angular-new-prod.yml"
- "helm/prod/**"

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/node.js-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches: [ develop ]
paths:
- "backend/**"
- ".github/workflows/node.js-dev.yml"
- "backend/**"
- ".github/workflows/node.js-dev.yml"
- "helm/staging/**"

jobs:
build-deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js-new-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/**"
- ".github/workflows/node.js-new-prod.yml"
- "helm/prod/**"

jobs:
build-deploy:
Expand Down

0 comments on commit d6f617f

Please sign in to comment.