Skip to content

Commit 6b6521f

Browse files
committed
fix deletion triggers
1 parent f43725e commit 6b6521f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
name: Build and Test
2+
on:
3+
push:
4+
branches: [main, master, develop]
5+
tags: ["v*"]
6+
paths:
7+
- ".github/workflows/**"
8+
- "packages/basemap/**"
9+
pull_request:
10+
branches: [main, master, develop]
11+
paths:
12+
- ".github/workflows/**"
13+
- "packages/basemap/**"
14+
workflow_dispatch: # Allows manual workflow runs
215

316
env:
417
PKGDIR: "packages/basemap"

0 commit comments

Comments
 (0)