Skip to content

Commit

Permalink
Enable pre-release builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
saimachi committed May 23, 2024
1 parent 8fc651c commit 64ae180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
helm_build:
name: Package Helm Charts
if: startsWith(github.ref, 'refs/heads/release/')
if: startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/poc/')
needs: generate_matrix
strategy:
fail-fast: false
Expand All @@ -77,7 +77,7 @@ jobs:

docker_build:
name: Build Docker Images
if: startsWith(github.ref, 'refs/heads/release/')
if: startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/poc/')
needs: generate_matrix
strategy:
fail-fast: false
Expand Down

0 comments on commit 64ae180

Please sign in to comment.