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:
|
||||
push:
|
||||
breanches:
|
||||
- '^ch[0-9]$'
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- 'ch[0-9]'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue