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

This commit is contained in:
lekss361 2026-05-16 08:26:04 +00:00
parent e673811a20
commit 5455d57bed

View file

@ -2,10 +2,23 @@ name: CI
on: on:
push: push:
branches: [main] branches:
- main
- 'feat/**'
- 'fix/**'
- 'refactor/**'
- 'chore/**'
- 'docs/**'
- 'perf/**'
- 'test/**'
- 'hotfix/**'
pull_request: pull_request:
branches: [main] branches: [main]
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
backend: backend:
runs-on: ubuntu-latest runs-on: ubuntu-latest