fix(ci): update branch pattern in CI workflow
All checks were successful
CI / Lint, Typecheck & Test (push) Successful in 2m28s

Changed the branch pattern in the CI workflow from a specific feature branch to a wildcard pattern ("**") for broader applicability. This adjustment is part of ongoing testing and refinement of the CI process.
This commit is contained in:
2026-03-13 21:44:18 +03:00
parent c8f5d8d096
commit 0cb2c00f43

View File

@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- feat #"**" # TODO: change to "**" after testing
- "**" # TODO: change to "**" after testing
jobs:
ci: