Skip to content

Commit 8e0382e

Browse files
authored
Enable tarball building for release branches.
1 parent 36b7530 commit 8e0382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
451451
tarball:
452452
needs: parse
453-
if: ${{ github.repository == 'Ericsson/CodeCompass' && github.ref_name == 'master' }}
453+
if: ${{ github.repository == 'Ericsson/CodeCompass' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release') == true) }}
454454
runs-on: ubuntu-20.04
455455

456456
steps:

0 commit comments

Comments
 (0)