We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656dc20 commit e46e526Copy full SHA for e46e526
.github/workflows/release.yml
@@ -1,6 +1,9 @@
1
name: release helm chart
2
3
on:
4
+ push:
5
+ branches:
6
+ - eopf-develop
7
release:
8
types:
9
- published
@@ -10,7 +13,7 @@ env:
10
13
11
14
jobs:
12
15
- 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
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
0 commit comments