update workflows (#4076)
This commit is contained in:
Родитель
9db49f2b87
Коммит
452c97cff2
|
@ -2,9 +2,9 @@ name: CI (Linux)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, rel ]
|
branches: [ main, 'release/**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, rel ]
|
branches: [ main, 'release/**' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -2,9 +2,9 @@ name: CI (macOS)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, rel ]
|
branches: [ main, 'release/**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, rel ]
|
branches: [ main, 'release/**']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -2,9 +2,9 @@ name: CI (Windows)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, rel ]
|
branches: [ main, 'release/**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, rel ]
|
branches: [ main, 'release/**' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче