Skip to content

Commit

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

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/angular-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build Prod Angular - Frontend

on:
push:
branches: [ develop ]
branches: [ main ]
paths:
- "frontend/**"
- ".github/workflows/angular-prod.yml"
- "helm/prod/**"
- "helm/prod/frontend*"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- "backend/**"
- ".github/workflows/node.js-dev.yml"
- "helm/staging/**"
- "helm/staging/backend*"

jobs:
build-deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Node.js Prod CI - Backend

on:
push:
branches: [ develop ]
branches: [ main ]
paths:
- "backend/**"
- ".github/workflows/node.js-prod.yml"
- "helm/prod/**"
- "helm/prod/backend*"

jobs:
build-deploy:
Expand Down

0 comments on commit eabe962

Please sign in to comment.