Fix CI workflow: trigger on all PRs and feature branches
Some checks failed
CI / Lint with ruff (pull_request) Failing after 1m37s
CI / Test Python 3.11 (pull_request) Successful in 1m29s
CI / Test Python 3.12 (pull_request) Successful in 1m50s
CI / Build package (pull_request) Has been skipped

This commit is contained in:
tanyar09 2026-03-06 14:01:20 -05:00
parent 44366f96f1
commit a947ffd149

View File

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ main, master, develop ]
branches: [ main, master, develop, feature/** ]
pull_request:
branches: [ main, master, develop ]
# Trigger on all pull requests regardless of target branch
workflow_dispatch:
jobs: