We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6057128 commit 3029943Copy full SHA for 3029943
.github/workflows/ci-additional.yaml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- "main"
6
+ - "backend-indexing"
7
pull_request:
8
9
@@ -12,6 +13,7 @@ on:
12
13
- '/*' # covers files such as `pyproject.toml`
14
- 'properties/**'
15
- 'xarray/**'
16
17
workflow_dispatch: # allows you to trigger manually
18
19
concurrency:
.github/workflows/ci.yaml
0 commit comments