From 49aa69b162603c57db009fa62656f5646a428a22 Mon Sep 17 00:00:00 2001 From: tuunit Date: Thu, 18 Jul 2024 23:25:32 +0200 Subject: [PATCH] revert: ignoring non-code paths --- .github/workflows/ci.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0d53ed6..7492ae11 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,21 +4,9 @@ on: push: branches: - '**' - paths-ignore: - - '.devcontainer/**' - - '.vscode/**' - - 'contrib/**' - - 'docs/**' - - '*.md' pull_request: branches: - '**' - paths-ignore: - - '.devcontainer/**' - - '.vscode/**' - - 'contrib/**' - - 'docs/**' - - '*.md' jobs: build: runs-on: ubuntu-latest