Skip to content

Commit

Permalink
Изменение настроек запуска CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera committed Sep 17, 2024
1 parent add8945 commit d2a0fc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI BUILD
on:
push:
branches-ignore: [ "pages" ]
pull_request:
branches-ignore: [ "pages" ]

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches-ignore: [ "pages" ]
schedule:
- cron: '28 15 * * 1'

Expand Down

0 comments on commit d2a0fc6

Please sign in to comment.