mirror of
https://github.com/42wim/matterbridge.git
synced 2025-09-24 04:27:14 -04:00
ci: Don't run on docs updates
This commit is contained in:
parent
c4157a4d5b
commit
1dd2d4ab5f
10
.github/workflows/development.yml
vendored
10
.github/workflows/development.yml
vendored
@ -1,5 +1,13 @@
|
|||||||
name: Development
|
name: Development
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- 'README.md'
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- 'README.md'
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: golangci-lint
|
name: golangci-lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user