fix wrong branch name in github actions
@@ -4,7 +4,7 @@ name: CI
on:
push:
- branches: [ master ]
+ branches: [ 1.2-maint ]
paths:
- '**.py'
- '**.pyx'
@@ -16,7 +16,7 @@ on:
- 'requirements.d/*'
- '!docs/**'
pull_request:
@@ -4,10 +4,10 @@ name: "CodeQL"
# The branches below must be a subset of the branches above
schedule:
- cron: '39 2 * * 5'