chore(ci): run CI on push to feature branches #195

Merged
lekss361 merged 2 commits from chore/ci-on-feature-branches into main 2026-05-16 08:26:05 +00:00
Showing only changes of commit bf7f12f736 - Show all commits

View file

@ -2,7 +2,16 @@ name: CI
on:
push:
branches: [main]
branches:
- main
- 'feat/**'
- 'fix/**'
- 'refactor/**'
- 'chore/**'
- 'docs/**'
- 'perf/**'
- 'test/**'
- 'hotfix/**'
pull_request:
branches: [main]