mirror of
https://github.com/42wim/matterbridge.git
synced 2025-09-23 12:04:22 -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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'README.md'
|
||||
jobs:
|
||||
lint:
|
||||
name: golangci-lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user