misc docs updates and ci path-ignore again
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e8508d16e1
commit
b0de16bf5a
3 changed files with 11 additions and 3 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -3,10 +3,18 @@ name: CI and Artifacts
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
# documentation workflow deals with this
|
||||
# documentation workflow deals with this or is not relevant for this workflow
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- 'conduwuit-example.toml'
|
||||
- 'book.toml'
|
||||
- '.gitlab-ci.yml'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
- 'docs/**'
|
||||
- 'debian/**'
|
||||
- 'docker/**'
|
||||
- 'test_results/**'
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue