From 29c715a45fe1c6c177b1ea88452a94feb26d5174 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 24 Nov 2024 19:30:54 -0500 Subject: [PATCH] ci: remove some old/unnecessary paths-ignore Signed-off-by: strawberry --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4b2c1f1..1441dd44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,15 +3,10 @@ name: CI and Artifacts on: pull_request: push: - # 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/**' branches: