Skip to content

Commit 463100c

Browse files
committed
CI: run builds on pull requests and pushes to *.x branches
1 parent 3d5cf8d commit 463100c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
pull_request:
77
branches:
88
- "master"
9+
- "*.x"
910
push:
1011
branches:
1112
- "master"
13+
- "*.x"
1214
tags:
1315
- "*"
1416

0 commit comments

Comments
 (0)