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:
8
.github/workflows/build-install.yaml
vendored
8
.github/workflows/build-install.yaml
vendored
@@ -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:
|
||||
|
5
.github/workflows/linters.yaml
vendored
5
.github/workflows/linters.yaml
vendored
@@ -1,11 +1,6 @@
|
||||
name: 'linters'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
paths:
|
||||
- '.github/**'
|
||||
- '**.py'
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
paths:
|
||||
|
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@@ -1,12 +1,6 @@
|
||||
name: 'tests'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
paths:
|
||||
- '.github/**'
|
||||
- '**.py'
|
||||
- 'tests/**'
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user