Skip to content

Commit 7ba99e5

Browse files
committed
[#2044] Enable GitHub workflows on different branches
Include 2.* and 3.* branches and tags (before it was only the WIP ones)
1 parent 87361ff commit 7ba99e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ on:
55
branches:
66
- 'main'
77
- 'wip/**'
8+
- '2.*'
9+
- '3.*'
810
tags:
911
- '2.*'
12+
- '3.*'
1013
pull_request:
1114
branches:
1215
- 'main'
1316
- 'wip/**'
17+
- '2.*'
18+
- '3.*'
1419
# For building snapshots
1520
workflow_call:
1621
inputs:

0 commit comments

Comments
 (0)