Skip to content

Commit a08b8cc

Browse files
committed
build: enabled pipelines for nested branches
1 parent 622f1c0 commit a08b8cc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/backend-converted-types-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
- 'backend/pkg/api/types/**'
66
- 'frontend/types/api/**'
77
branches:
8-
- '*'
8+
- '**'
99
pull_request:
1010
paths:
1111
- 'backend/pkg/api/types/**'
1212
- 'frontend/types/api/**'
1313
branches:
14-
- '*'
14+
- '**'
1515
workflow_dispatch:
1616

1717
concurrency:

.github/workflows/backend-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
paths:
1212
- 'backend/**'
1313
branches:
14-
- '*'
14+
- '**'
15+
workflow_dispatch:
1516

1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/frontend-format-lint-typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
paths:
1212
- 'frontend/**'
1313
branches:
14-
- '*'
14+
- '**'
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)