mirror of https://github.com/arendst/Tasmota.git
solidify only in branch development
This commit is contained in:
parent
6fa22aae6b
commit
ea08f2cbae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue