Fix wrong if placing

This commit is contained in:
Jason2866 2023-05-25 23:11:03 +02:00 committed by GitHub
parent 053f2b3b0b
commit 7f312ba589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ concurrency:
jobs:
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' && github.ref_name == 'development'
if: github.repository == 'arendst/Tasmota'
continue-on-error: true
strategy:
matrix: