Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 15, 2023
1 parent d0ae4ad commit 1fba076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo ${{github.ref_name}}
build_and_test:
needs: ref
if: ${{ github.repository == 'homebridge/homebridge-config-ui-x' }} && contains(github.ref_name, "latest")
if: ${{ github.repository == 'homebridge/homebridge-config-ui-x' }} && ${{ github.ref_name != '*.*.*-' }}
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
Expand Down

0 comments on commit 1fba076

Please sign in to comment.