From b6c39658283a25920c280439ee8cbdec95956f94 Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 8 Feb 2024 14:36:59 +0100 Subject: [PATCH] only paths or paths-ignore is allowed --- .github/workflows/create-test-lint-wf-template.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/create-test-lint-wf-template.yml b/.github/workflows/create-test-lint-wf-template.yml index 6aae0596fe..818bb810d8 100644 --- a/.github/workflows/create-test-lint-wf-template.yml +++ b/.github/workflows/create-test-lint-wf-template.yml @@ -3,9 +3,6 @@ on: push: branches: - dev - paths-ignore: - - "docs/**" - - "CHANGELOG.md" paths: - nf_core/pipeline-template/** pull_request: