Try to fix github action condition
This commit is contained in:
parent
5dbc1db97c
commit
32fb91f8fc
|
@ -2,9 +2,8 @@ name: Mirror and run GitLab CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
breanches:
|
branches:
|
||||||
- '^ch[0-9]$'
|
- 'ch[0-9]'
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue