mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
Merge pull request #1109 from dmach/doc-no-gha
Changes in docs no longer trigger GitHub actions
This commit is contained in:
commit
d63ee79cb1
12
.github/workflows/rpmbuild.yaml
vendored
12
.github/workflows/rpmbuild.yaml
vendored
@ -3,8 +3,20 @@ name: 'rpmbuild test'
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'COPYING'
|
||||
- 'NEWS'
|
||||
- 'README.md'
|
||||
- 'doc/**'
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'COPYING'
|
||||
- 'NEWS'
|
||||
- 'README.md'
|
||||
- 'doc/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
8
.github/workflows/unittests.yaml
vendored
8
.github/workflows/unittests.yaml
vendored
@ -3,8 +3,16 @@ name: 'unit tests'
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
paths:
|
||||
- '.github/**'
|
||||
- '**.py'
|
||||
- 'tests/**'
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
paths:
|
||||
- '.github/**'
|
||||
- '**.py'
|
||||
- 'tests/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user