ci: remove some old/unnecessary paths-ignore
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2675033aac
commit
29c715a45f
1 changed files with 0 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue