github ci / codeql: use 1.4-maint branch

This commit is contained in:
Thomas Waldmann 2023-12-23 21:24:44 +01:00
parent fe624870f5
commit 39a48d50cd
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ name: CI
on:
push:
branches: [ 1.2-maint ]
branches: [ 1.4-maint ]
paths:
- '**.py'
- '**.pyx'
@ -16,7 +16,7 @@ on:
- 'requirements.d/*'
- '!docs/**'
pull_request:
branches: [ 1.2-maint ]
branches: [ 1.4-maint ]
paths:
- '**.py'
- '**.pyx'

View file

@ -4,10 +4,10 @@ name: "CodeQL"
on:
push:
branches: [ 1.2-maint ]
branches: [ 1.4-maint ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 1.2-maint ]
branches: [ 1.4-maint ]
schedule:
- cron: '39 2 * * 5'