From ee5075cc6e0e6cf7b9e5e4e4f109cf9b0d5df638 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:20:00 -0800 Subject: [PATCH] Remove CI Ignore-paths (#77) * Add gate to detect changes in source code * Fix action errors --------- Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com> --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e868a3f..21ff23c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,18 +3,10 @@ name: CI on: push: branches: - - main - paths-ignore: - - "**README.md" - - ".gitignore" - - "LICENSE" + - main pull_request: branches: - main - paths-ignore: - - "**README.md" - - ".gitignore" - - "LICENSE" jobs: build: