ci: fix workflow yaml syntax
This commit is contained in:
parent
9f73b18c9f
commit
ee5e402bab
|
@ -6,11 +6,11 @@ concurrency:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'ci/**'
|
- 'ci/**'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
- e*
|
- e*
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
which_branch:
|
which_branch:
|
||||||
|
|
|
@ -6,13 +6,13 @@ concurrency:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */6 * * *'
|
- cron: '0 */6 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'ci/**'
|
- 'ci/**'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
- e*
|
- e*
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
which_branch:
|
which_branch:
|
||||||
|
|
Loading…
Reference in New Issue