mirror of
https://github.com/0Nera/BMOSP.git
synced 2024-11-22 00:21:22 +03:00
Изменение настроек запуска CI
This commit is contained in:
parent
add8945f53
commit
d2a0fc6162
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -3,8 +3,6 @@ name: CI BUILD
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ "pages" ]
|
||||
pull_request:
|
||||
branches-ignore: [ "pages" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -13,9 +13,7 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches-ignore: [ "pages" ]
|
||||
schedule:
|
||||
- cron: '28 15 * * 1'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user