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