Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 036bfc6

Browse files
Merge branch '3.x' into wyatt/overflow-fix
2 parents 5e56b86 + b4a0ebb commit 036bfc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ on:
33
push:
44
branches:
55
- "1.x"
6+
- "3.x"
67
tags:
78
- v1*
9+
- v3*
810
pull_request:
911
branches:
1012
- "1.x"
13+
- "3.x"
1114
types: [opened, reopened, synchronize]
1215
jobs:
1316
lint:

0 commit comments

Comments
 (0)