Skip to content

Commit 7679e6a

Browse files
committed
[hibernate#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 7679e6a

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,11 +5,16 @@ on:
55
branches:
66
- 'main'
77
- 'wip/**'
8+
- '2.*'
9+
- '3.*'
810
tags:
911
- '2.*'
12+
- '3.*'
1013
pull_request:
1114
branches:
1215
- 'main'
16+
- '2.*'
17+
- '3.*'
1318
- 'wip/**'
1419
# For building snapshots
1520
workflow_call:

0 commit comments

Comments
 (0)