Skip to content

Commit b81b451

Browse files
authored
temporary enable CI triggers on feature branch
1 parent 07c7f96 commit b81b451

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- "main"
6+
- "backend-indexing"
67
pull_request:
78
branches:
89
- "main"
10+
- "backend-indexing"
911
workflow_dispatch: # allows you to trigger manually
1012

1113
concurrency:

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- "main"
6+
- "backend-indexing"
67
pull_request:
78
branches:
89
- "main"
10+
- "backend-indexing"
911
workflow_dispatch: # allows you to trigger manually
1012

1113
concurrency:

0 commit comments

Comments
 (0)