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