Skip to content

Commit df9df94

Browse files
authored
Merge pull request #1837 from kubewarden/fix-e2e-test-ci
fix(ci): fix CI path filtering
2 parents 2ce5cf9 + 925ad5f commit df9df94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
branches:
5454
- "main"
5555
paths:
56-
- "charts/kubewarden-*/**"
56+
- "charts/admission-controller/**"
5757

5858
concurrency:
5959
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)