Skip to content

Commit

Permalink
chore(helm-test): trigger workflow if changes to import path
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 11, 2024
1 parent f9dca96 commit ea232ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/centralidp-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ on:
push:
paths:
- 'charts/centralidp/**'
- 'import/**'
branches: [ main ]
pull_request:
paths:
- 'charts/centralidp/**'
- 'import/**'
workflow_dispatch:
inputs:
node_image:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sharedidp-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ on:
push:
paths:
- 'charts/sharedidp/**'
- 'import/**'
branches: [ main ]
pull_request:
paths:
- 'charts/sharedidp/**'
- 'import/**'
workflow_dispatch:
inputs:
node_image:
Expand Down

0 comments on commit ea232ca

Please sign in to comment.