From fceb9e224f218954d66e7aa57971bbad6efbc4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 13 Mar 2022 19:13:54 +0100 Subject: [PATCH] * [MOD] Remove exclusions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- .github/workflows/feature.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 263c1768..82d95cff 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -3,12 +3,8 @@ name: Feature Build & Test on: push: branches: [ master ] - paths: - - '!*.md' pull_request: branches: [ master ] - paths: - - '!*.md' jobs: test: