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>
This commit is contained in:
Jazz Turner-Baggs 2026-02-23 05:20:00 -08:00 committed by GitHub
parent c2196c77ee
commit ee5075cc6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: