Skip to content

Commit

Permalink
add path restriction to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jul 31, 2024
1 parent 9f5e2a0 commit b4df986
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-generated-values.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: push
on:
push:
paths:
- 'k8s/helmfile/env/**'
- 'k8s/argocd/**'
name: Check values files
jobs:
diff:
Expand Down

0 comments on commit b4df986

Please sign in to comment.