From ddafc482ec2159f567232aa8e96ccae7c48adbbc Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 9 Mar 2022 14:33:29 +0100 Subject: [PATCH 1/2] Rename workflow file The new file name matches the name of the workflow. --- .github/workflows/{test.yml => ci.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{test.yml => ci.yml} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/ci.yml From 9f25f779c93a1bf276a6d569a9e9183a99c8097c Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 9 Mar 2022 14:37:42 +0100 Subject: [PATCH 2/2] 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