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:
parent
057ae69537
commit
412e39b898
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue