Skip to content

Commit b0887e8

Browse files
ci: add .github path for automate trigger
1 parent 1237d34 commit b0887e8

8 files changed

Lines changed: 15 additions & 0 deletions

.github/workflows/ci-backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main", "master" ]
66
paths:
77
- "backend/**"
8+
- ".github/**"
9+
810
pull_request:
911
branches: [ "main", "master" ]
1012
paths:

.github/workflows/ci-frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branches: [ "main", "master" ]
1010
paths:
1111
- "frontend/**"
12+
- ".github/**"
13+
1214

1315
jobs:
1416
build-and-test-frontend:

.github/workflows/deploy-backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: ['main', 'production']
66
paths:
77
- 'backend/**'
8+
- ".github/**"
9+
810
workflow_dispatch: # Memungkinkan trigger deployment secara manual dari GitHub Actions UI
911

1012
jobs:

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main", "production" ]
66
paths:
77
- "frontend/**"
8+
- ".github/**"
89
workflow_dispatch: # Trigger manual dari GitHub Actions UI
910

1011
jobs:

.github/workflows/deploy-monitoring.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main", "production" ]
66
paths:
77
- "monitoring/**"
8+
- ".github/**"
9+
810
workflow_dispatch: # Trigger manual dari GitHub Actions UI
911

1012
jobs:

.github/workflows/deploy-ollama.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main", "production" ]
66
paths:
77
- "ollama/**"
8+
- ".github/**"
9+
810
workflow_dispatch: # Trigger manual dari GitHub Actions UI
911

1012
jobs:

.github/workflows/docker-build-backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main", "master" ]
66
paths:
77
- "backend/**"
8+
- ".github/**"
9+
810
pull_request:
911
branches: [ "main", "master" ]
1012
paths:

.github/workflows/docker-build-frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branches: [ "main", "master" ]
1010
paths:
1111
- "frontend/**"
12+
- ".github/**"
13+
1214

1315
env:
1416
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)