Skip to content

Commit 3db0513

Browse files
committed
fix
1 parent e33796a commit 3db0513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
7-
branches: [main]
7+
branches: [ main ]
88

99
jobs:
1010
lint:
@@ -59,7 +59,7 @@ jobs:
5959
helm-validate:
6060
runs-on: ubuntu-latest
6161
name: Validate Helm Chart
62-
if: contains(github.event.pull_request.files.*.path, 'helm/') || github.event_name == 'push'
62+
if: github.event_name == 'push'
6363

6464
steps:
6565
- uses: actions/checkout@v4
@@ -96,7 +96,7 @@ jobs:
9696
helm-unittest:
9797
runs-on: ubuntu-latest
9898
name: Run Helm Unit Tests
99-
if: contains(github.event.pull_request.files.*.path, 'helm/') || github.event_name == 'push'
99+
if: github.event_name == 'push'
100100

101101
steps:
102102
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)