mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-13 07:56:14 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
paths-ignore:
|
||||||
|
- 'AUTHORS'
|
||||||
|
- 'COPYING'
|
||||||
|
- 'NEWS'
|
||||||
|
- 'README.md'
|
||||||
|
- 'doc/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
paths-ignore:
|
||||||
|
- 'AUTHORS'
|
||||||
|
- 'COPYING'
|
||||||
|
- 'NEWS'
|
||||||
|
- 'README.md'
|
||||||
|
- 'doc/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
8
.github/workflows/unittests.yaml
vendored
8
.github/workflows/unittests.yaml
vendored
@ -3,8 +3,16 @@ name: 'unit tests'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
paths:
|
||||||
|
- '.github/**'
|
||||||
|
- '**.py'
|
||||||
|
- 'tests/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
paths:
|
||||||
|
- '.github/**'
|
||||||
|
- '**.py'
|
||||||
|
- 'tests/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user