Skip to content

Commit

Permalink
Merge pull request #985 from solliancenet/skm-build-from-poc-branch
Browse files Browse the repository at this point in the history
Build pre-release images from poc/ branches
  • Loading branch information
ciprianjichici authored May 17, 2024
2 parents 8fa666c + 53fb76e commit 07de708
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 07de708

Please sign in to comment.