1
0
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:
2024-04-08 10:52:05 +02:00
parent 1f7344ef61
commit acd840c8cd
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ name: 'build and installation tests'
on:
pull_request:
branches: ['master']
branches: ['master', '1.6.x-maint']
paths-ignore:
- 'AUTHORS'
- 'COPYING'

View File

@@ -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"

View File

@@ -2,7 +2,7 @@ name: 'linters'
on:
pull_request:
branches: ['master']
branches: ['master', '1.6.x-maint']
paths:
- '.github/**'
- '**.py'

View File

@@ -2,7 +2,7 @@ name: 'tests'
on:
pull_request:
branches: ['master']
branches: ['master', '1.6.x-maint']
paths:
- '.github/**'
- '**.py'