Skip to content

Commit dcd5ec0

Browse files
committed
Try simplifying branch matches
1 parent 8caf21b commit dcd5ec0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/main.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
name: Build and Deploy Snapshot
22
on:
3-
push:
4-
branches:
5-
- 3.x
6-
- "2.19"
3+
push:
4+
branches: [2.*]
75
paths-ignore:
86
- "README.md"
97
- "release-notes/*"
10-
pull_request:
11-
branches:
12-
- 3.x
13-
- "2.19"
8+
pull_request:
9+
branches: [2.*]
1410
paths-ignore:
1511
- "README.md"
1612
- "release-notes/*"

0 commit comments

Comments
 (0)