chore: Unify how we deal with branches (#2320)

This commit is contained in:
Ayaz Salikhov
2025-07-10 14:16:36 +01:00
committed by GitHub
parent 1825ea701f
commit fa693b2aff
5 changed files with 8 additions and 11 deletions

View File

@@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [master, release/*, develop]
branches: [release/*, develop]
pull_request:
branches: [master, release/*, develop]
branches: [release/*, develop]
paths:
- .github/workflows/build.yml