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

Commit 7276263

Browse files
committed
GHA configuration
References #150
1 parent ebb71c1 commit 7276263

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Build (Linux)
22

33
on:
44
push:
5-
branches: [ master, 1.4.x ]
5+
branches:
6+
- master
7+
- 1.4.x
68
pull_request:
7-
branches: [ master, 1.4.x ]
9+
branches:
10+
- master
11+
- 1.4.x
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)