Skip to content

Commit

Permalink
Enable tarball building for release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep authored Jan 23, 2022
1 parent 36b7530 commit 8e0382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ jobs:
tarball:
needs: parse
if: ${{ github.repository == 'Ericsson/CodeCompass' && github.ref_name == 'master' }}
if: ${{ github.repository == 'Ericsson/CodeCompass' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release') == true) }}
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 8e0382e

Please sign in to comment.