Merge pull request #6405 from ThomasWaldmann/fix-ci

fix wrong branch name in github actions
This commit is contained in:
TW 2022-03-04 23:32:47 +01:00 committed by GitHub
commit ea668417c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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:
branches: [ master ]
branches: [ 1.2-maint ]
paths:
- '**.py'
- '**.pyx'

View file

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