Skip to content

Commit 8748715

Browse files
authored
ci: only run certain checks against PRs, not main (#1142)
--------- Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 075e17b commit 8748715

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
- "helm/**"
66
- "assets/**"
77
- "**.md"
8-
push:
9-
branches:
10-
- main
118

129
name: Ensure parseable builds on all release targets
1310
jobs:

.github/workflows/coverage.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
- "helm/**"
66
- "assets/**"
77
- "**.md"
8-
push:
9-
branches:
10-
- main
118

129
name: Lint, Test and Coverage Report
1310
jobs:

0 commit comments

Comments
 (0)