chore(ci): trigger dev on release branches as well

This commit is contained in:
Elian Doran
2026-04-05 12:37:33 +03:00
parent 9a4fef80b9
commit 4a48796142

View File

@@ -1,9 +1,13 @@
name: Dev
on:
push:
branches: [ main ]
branches:
- main
- "release/*"
pull_request:
branches: [ main ]
branches:
- main
- "release/*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}