mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Fix branches of codeql workflow
This commit is contained in:
parent
31a6a60c41
commit
df4ec7ff59
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -17,10 +17,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, release/* ]
|
||||
branches: [ main, release/* ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '16 10 * * 0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue