From 9f25f779c93a1bf276a6d569a9e9183a99c8097c Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 9 Mar 2022 14:37:42 +0100 Subject: [PATCH] Trigger CI build for all paths Otherwise it becomes impossible to merge a non-code change without changing the branch protection configuration of the repository. Close #306 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06c2113de..072804b8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,6 @@ on: push: branches: - main - paths-ignore: - - ".vscode/**" - - "**.md" pull_request: types: - opened