ci: fix workflow yaml syntax

This commit is contained in:
Zaiming (Stone) Shi 2022-06-17 22:16:15 +02:00
parent 9f73b18c9f
commit ee5e402bab
2 changed files with 9 additions and 9 deletions

View File

@ -6,11 +6,11 @@ concurrency:
on:
push:
branches:
- 'ci/**'
tags:
- v*
- e*
branches:
- 'ci/**'
tags:
- v*
- e*
workflow_dispatch:
inputs:
which_branch:

View File

@ -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: