Preparing for merge.

This commit is contained in:
Prominence 2022-04-17 00:23:16 +03:00
parent 1cac951aaa
commit 23a1fa5a7b
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ updates:
interval: daily interval: daily
time: "03:00" time: "03:00"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
target-branch: dev target-branch: master

View File

@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ dev ] branches: [ master ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ dev ] branches: [ master ]
schedule: schedule:
- cron: '27 20 * * 1' - cron: '27 20 * * 1'