mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-21 06:09:51 +01:00
Change branche to analyze code
This commit is contained in:
parent
538b75ae18
commit
64317be686
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@ -13,12 +13,12 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ dev, 'dependabot/**' ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master, 'dependabot/**' ]
|
||||
schedule:
|
||||
- cron: '00 3 * * 6'
|
||||
branches: [ dev, 'dependabot/**' ]
|
||||
# schedule:
|
||||
# - cron: '00 3 * * 6'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
Loading…
Reference in New Issue
Block a user