1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02:00

GHA: No longer test on push to master

We're monitoring only the pull-requests, so don't waste resources on this
This commit is contained in:
2022-12-08 10:01:07 +01:00
parent e3a9c3d60a
commit 3040b1ddac
3 changed files with 0 additions and 19 deletions

View File

@@ -1,14 +1,6 @@
name: 'build and installation tests'
on:
push:
branches: ['master']
paths-ignore:
- 'AUTHORS'
- 'COPYING'
- 'NEWS'
- 'README.md'
- 'doc/**'
pull_request:
branches: ['master']
paths-ignore:

View File

@@ -1,11 +1,6 @@
name: 'linters'
on:
push:
branches: ['master']
paths:
- '.github/**'
- '**.py'
pull_request:
branches: ['master']
paths:

View File

@@ -1,12 +1,6 @@
name: 'tests'
on:
push:
branches: ['master']
paths:
- '.github/**'
- '**.py'
- 'tests/**'
pull_request:
branches: ['master']
paths: