fix: enable ci for dev branch

This commit is contained in:
Yuval Shekel
2024-01-11 13:49:41 +02:00
parent 5fda751e93
commit 9823f87fe2
3 changed files with 4 additions and 0 deletions

View File

@@ -4,9 +4,11 @@ on:
pull_request:
branches:
- main
- dev
push:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}