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