fix(ci): update branch pattern in CI workflow
All checks were successful
CI / Lint, Typecheck & Test (push) Successful in 2m28s
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:
@@ -3,7 +3,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- feat #"**" # TODO: change to "**" after testing
|
- "**" # TODO: change to "**" after testing
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|||||||
Reference in New Issue
Block a user