mirror of
https://github.com/openSUSE/osc.git
synced 2026-02-23 04:05:31 +01:00
GHA: Run tests on 1.6.x-maint as well
This commit is contained in:
2
.github/workflows/build-install.yaml
vendored
2
.github/workflows/build-install.yaml
vendored
@@ -2,7 +2,7 @@ name: 'build and installation tests'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
branches: ['master', '1.6.x-maint']
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'COPYING'
|
||||
|
||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -2,9 +2,9 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "master", "1.6.x-maint" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "master", "1.6.x-maint" ]
|
||||
schedule:
|
||||
- cron: "13 12 * * 6"
|
||||
|
||||
|
||||
2
.github/workflows/linters.yaml
vendored
2
.github/workflows/linters.yaml
vendored
@@ -2,7 +2,7 @@ name: 'linters'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
branches: ['master', '1.6.x-maint']
|
||||
paths:
|
||||
- '.github/**'
|
||||
- '**.py'
|
||||
|
||||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -2,7 +2,7 @@ name: 'tests'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
branches: ['master', '1.6.x-maint']
|
||||
paths:
|
||||
- '.github/**'
|
||||
- '**.py'
|
||||
|
||||
Reference in New Issue
Block a user