mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-22 06:19:50 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ dev, 'dependabot/**' ]
|
||||||
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: [ master, 'dependabot/**' ]
|
branches: [ dev, 'dependabot/**' ]
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '00 3 * * 6'
|
# - cron: '00 3 * * 6'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
Loading…
Reference in New Issue
Block a user