Skip to content

Commit 2f0c16c

Browse files
authored
fix(ci): pushlish chart on push events (#6)
Signed-off-by: Anthony Rabbito <arabbito@coreweave.com>
1 parent 22c03f5 commit 2f0c16c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-chart.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
paths:
1111
- .github/workflows/publish-chart.yaml
1212
- "**/*"
13+
push:
14+
branches:
15+
- coreweave
16+
paths:
17+
- .github/workflows/publish-chart.yaml
18+
- "**/*"
1319

1420
jobs:
1521
publish-charts:

0 commit comments

Comments
 (0)