We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b7530 commit 8e0382eCopy full SHA for 8e0382e
.github/workflows/ci.yml
@@ -450,7 +450,7 @@ jobs:
450
451
tarball:
452
needs: parse
453
- if: ${{ github.repository == 'Ericsson/CodeCompass' && github.ref_name == 'master' }}
+ if: ${{ github.repository == 'Ericsson/CodeCompass' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release') == true) }}
454
runs-on: ubuntu-20.04
455
456
steps:
0 commit comments