misc docs updates and ci path-ignore again

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-25 23:58:01 -04:00 committed by June
parent e8508d16e1
commit b0de16bf5a
3 changed files with 11 additions and 3 deletions

View file

@ -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