Solidify only in branch development

This commit is contained in:
Jason2866 2023-05-25 23:09:10 +02:00 committed by GitHub
parent ea08f2cbae
commit 053f2b3b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ jobs:
push_solidified:
needs: be_solidify
runs-on: ubuntu-latest
if: github.repository == 'arendst/Tasmota'
if: github.repository == 'arendst/Tasmota' && github.ref_name == 'development'
continue-on-error: true
steps:
- uses: actions/checkout@v3
@ -77,7 +77,7 @@ jobs:
safeboot-images:
needs: push_solidified
runs-on: ubuntu-latest
if: github.repository == 'arendst/Tasmota'
if: github.repository == 'arendst/Tasmota' && github.ref_name == 'development'
continue-on-error: true
strategy:
matrix: