ci: remove some old/unnecessary paths-ignore

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-11-24 19:30:54 -05:00
parent 2675033aac
commit 29c715a45f
No known key found for this signature in database

View file

@ -3,15 +3,10 @@ name: CI and Artifacts
on: on:
pull_request: pull_request:
push: push:
# documentation workflow deals with this or is not relevant for this workflow
paths-ignore: paths-ignore:
- '*.md'
- 'conduwuit-example.toml'
- 'book.toml'
- '.gitlab-ci.yml' - '.gitlab-ci.yml'
- '.gitignore' - '.gitignore'
- 'renovate.json' - 'renovate.json'
- 'docs/**'
- 'debian/**' - 'debian/**'
- 'docker/**' - 'docker/**'
branches: branches: