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 7d55345 commit 795daf2Copy full SHA for 795daf2
.github/workflows/ci-additional.yaml
@@ -7,19 +7,14 @@ on:
7
pull_request:
8
branches:
9
- "main"
10
- paths:
11
- - 'ci/**'
12
- - '.github/**'
13
- - '/*' # covers files such as `pyproject.toml`
14
- - 'properties/**'
15
- - 'xarray/**'
16
- "backend-indexing"
17
paths:
18
- 'ci/**'
19
- '.github/**'
20
- '/*' # covers files such as `pyproject.toml`
21
- 'properties/**'
22
- 'xarray/**'
+
23
workflow_dispatch: # allows you to trigger manually
24
25
concurrency:
.github/workflows/ci.yaml
@@ -7,12 +7,6 @@ on:
0 commit comments