Skip to content

Commit 56e4d3f

Browse files
committed
Restrict when workflows are triggered
1 parent 3e76640 commit 56e4d3f

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ env:
55

66
on:
77
push:
8+
paths:
9+
- ".github/workflows/basemap-data-hires.yml"
10+
- "packages/basemap_data_hires"
11+
pull_request:
12+
paths:
13+
- ".github/workflows/basemap-data-hires.yml"
14+
- "packages/basemap_data_hires"
815
workflow_dispatch:
916

1017
jobs:

.github/workflows/basemap-data.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ env:
55

66
on:
77
push:
8+
paths:
9+
- ".github/workflows/basemap-data.yml"
10+
- "packages/basemap_data"
11+
pull_request:
12+
paths:
13+
- ".github/workflows/basemap-data.yml"
14+
- "packages/basemap_data"
815
workflow_dispatch:
916

1017
jobs:

.github/workflows/basemap-for-manylinux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ env:
55

66
on:
77
push:
8+
paths:
9+
- ".github/workflows/basemap-for-manylinux.yml"
10+
- "packages/basemap"
11+
pull_request:
12+
paths:
13+
- ".github/workflows/basemap-for-manylinux.yml"
14+
- "packages/basemap"
815
workflow_dispatch:
916

1017
jobs:

.github/workflows/basemap-for-windows.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ env:
55

66
on:
77
push:
8+
paths:
9+
- ".github/workflows/basemap-for-windows.yml"
10+
- "packages/basemap"
11+
pull_request:
12+
paths:
13+
- ".github/workflows/basemap-for-windows.yml"
14+
- "packages/basemap"
815
workflow_dispatch:
916

1017
jobs:

0 commit comments

Comments
 (0)