Skip to content

Commit e46e526

Browse files
committed
Trigger chart releaser on push to eopf-develop branch
1 parent 656dc20 commit e46e526

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: release helm chart
22

33
on:
4+
push:
5+
branches:
6+
- eopf-develop
47
release:
58
types:
69
- published
@@ -10,7 +13,7 @@ env:
1013

1114
jobs:
1215
release:
13-
if: "!startsWith(github.ref, 'refs/tags/eoapi-')" # prevent the helm chart releaser from running this release workflow
16+
# if: "!startsWith(github.ref, 'refs/tags/eoapi-')" # prevent the helm chart releaser from running this release workflow
1417
runs-on: ubuntu-latest
1518
steps:
1619
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)