Skip to content

Commit ed1ba61

Browse files
Trigger workflows on push only for main (#3)
1 parent 4503f63 commit ed1ba61

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/helm-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'chart/**'
77
- '.github/workflows/**'
88
push:
9+
branches: [main]
910
paths:
1011
- 'chart/**'
1112
- '.github/workflows/**'

.github/workflows/helm-validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'chart/**'
77
- '.github/workflows/**'
88
push:
9+
branches: [main]
910
paths:
1011
- 'chart/**'
1112
- '.github/workflows/**'

0 commit comments

Comments
 (0)