From e1182b3916d011f60bb1306210a28e6cb399cc73 Mon Sep 17 00:00:00 2001 From: Philipp Riederer Date: Wed, 14 Feb 2024 20:07:37 +0100 Subject: [PATCH] remove the ignore-paths for the tests since the tests are required for PR merging, we need to run them for every PR --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8309557e..6036fd74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,9 +3,6 @@ name: Run tests on: pull_request: types: [opened, synchronize, reopened] - paths-ignore: - - README.md - - LICENSE.md push: branches: - master