diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 071c7e031..24b4815b6 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -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: