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: on:
push: push:
branches: branches:
- 'ci/**' - 'ci/**'
tags: tags:
- v* - v*
- e* - e*
workflow_dispatch: workflow_dispatch:
inputs: inputs:
which_branch: which_branch:

View File

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