Skip to content

Commit 3029943

Browse files
committed
temporary enable CI triggers on feature branch
1 parent 6057128 commit 3029943

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,6 +3,7 @@ on:
33
push:
44
branches:
55
- "main"
6+
- "backend-indexing"
67
pull_request:
78
branches:
89
- "main"
@@ -12,6 +13,7 @@ on:
1213
- '/*' # covers files such as `pyproject.toml`
1314
- 'properties/**'
1415
- 'xarray/**'
16+
- "backend-indexing"
1517
workflow_dispatch: # allows you to trigger manually
1618

1719
concurrency:

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- "main"
6+
- "backend-indexing"
67
pull_request:
78
branches:
89
- "main"
@@ -12,6 +13,7 @@ on:
1213
- '/*' # covers files such as `pyproject.toml`
1314
- 'properties/**'
1415
- 'xarray/**'
16+
- "backend-indexing"
1517
workflow_dispatch: # allows you to trigger manually
1618

1719
concurrency:

0 commit comments

Comments
 (0)