correct yaml errors
This commit is contained in:
parent
d0c7651864
commit
abf79dd022
|
@ -71,8 +71,7 @@ workflows:
|
||||||
build-workflow:
|
build-workflow:
|
||||||
when: << pipeline.parameters.run_build >>
|
when: << pipeline.parameters.run_build >>
|
||||||
jobs:
|
jobs:
|
||||||
- pio-build
|
- pio-build:
|
||||||
# set the filter to allow a build for any sha tag
|
filters:
|
||||||
filters:
|
tags:
|
||||||
tags:
|
only: /.*/
|
||||||
only: /.*/
|
|
||||||
|
|
Loading…
Reference in New Issue