feat(workflow): change when to make CI

We will abandon develop branch for a while. It's better to work with
feature branches.
This commit is contained in:
2025-08-03 15:59:00 +02:00
parent 14ca5bf0ea
commit 76b3b83d07

View File

@@ -4,13 +4,13 @@ on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- develop
- master
- main
push:
branches:
- master
- main
- develop
- 'releases/**'
- "releases/**"
jobs:
tests:
runs-on: ubuntu-latest