Skip to content

Commit

Permalink
chore(ci): trigger CI on CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
corrieriluca committed Jan 17, 2025
1 parent 47ac6bf commit 396e60d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
paths:
- ".github/workflows/ci-frontend.yaml"
- "ui/**"

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main
paths:
- ".github/workflows/build-and-push.yaml"
- ".github/workflows/ci.yaml"
- "**.go"
- "go.mod"
- "go.sum"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
paths:
- ".github/workflows/docs.yaml"
- "docs/**"

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- main
paths:
- ".github/workflows/helm.yaml"
- "deploy/charts/**"

env:
Expand Down

0 comments on commit 396e60d

Please sign in to comment.