From ea08f2cbaec9b6b00d029151ce2bfb37ce6ede78 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 25 May 2023 23:06:45 +0200 Subject: [PATCH] solidify only in branch development --- .github/workflows/Tasmota_build_master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 267fd6acc..0de6f8890 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -16,7 +16,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 @@ -49,7 +49,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