1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

update code analysisis branches

This commit is contained in:
Christian Giese
2021-03-23 21:32:15 +01:00
parent b7aa1ae01f
commit 6d340d5b10
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@ name: Codacy Security Scan
on:
push:
branches: [ main ]
branches: [ dev ]
pull_request:
branches: [ main ]
branches: [ dev ]
jobs:
codacy-security-scan:

View File

@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches: [ dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ dev ]
schedule:
- cron: '31 12 * * 6'