1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-01 12:09:10 +00:00

fix wrong branch name in github actions

This commit is contained in:
Thomas Waldmann 2022-03-04 22:50:23 +01:00
parent 057ae69537
commit 412e39b898
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'