run release only on tagging

This commit is contained in:
Frank Haverland
2022-09-25 19:33:58 +02:00
parent 6a22d355eb
commit b38c940dd3

View File

@@ -223,7 +223,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [pack-for-OTA-v2, pack-for-fresh-install]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2