Skip to content

Commit 3f3f8ce

Browse files
committed
Enable CI for PRs too
1 parent bc1206e commit 3f3f8ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
paths-ignore:
99
- "README.md"
1010
- "release-notes/*"
11+
pull_request:
12+
branches:
13+
- master
14+
- "3.0"
15+
- "2.17"
16+
1117
permissions:
1218
contents: read
1319

0 commit comments

Comments
 (0)