Try to fix github action condition

This commit is contained in:
rcy17 2023-03-02 23:33:43 +08:00
parent 5dbc1db97c
commit 32fb91f8fc
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@ name: Mirror and run GitLab CI
on:
push:
breanches:
- '^ch[0-9]$'
workflow_dispatch:
branches:
- 'ch[0-9]'
jobs:
build: