Skip to content

Commit 08adb4b

Browse files
committed
[FIX] gha release should be triggered only on main branch
1 parent 340e16a commit 08adb4b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ name: Helm Release
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
85
workflow_run:
96
workflows:
107
- Lint and Test Charts
118
types:
129
- completed
10+
branches:
11+
- main
1312

1413
jobs:
1514
release:

0 commit comments

Comments
 (0)