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 d1e2de026e - Show all commits

View file

@ -15,6 +15,10 @@ on:
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
backend:
runs-on: ubuntu-latest