Изменение настроек запуска CI

This commit is contained in:
Aren Elchinyan 2024-09-17 21:47:19 +03:00
parent add8945f53
commit d2a0fc6162
2 changed files with 1 additions and 5 deletions

View File

@ -3,8 +3,6 @@ name: CI BUILD
on:
push:
branches-ignore: [ "pages" ]
pull_request:
branches-ignore: [ "pages" ]
jobs:
build:

View File

@ -13,9 +13,7 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches-ignore: [ "pages" ]
schedule:
- cron: '28 15 * * 1'