Skip to content

Commit e074cd6

Browse files
committed
main.yml: limit continuous integration to recent release branches
1 parent 4bb728d commit e074cd6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ name: Build jMonkeyEngine
4545
on:
4646
push:
4747
branches:
48-
- gsw
4948
- master
50-
- newbuild
51-
- v3.3.*
52-
- v3.2
53-
- v3.2.*
49+
- v3.4
50+
- v3.3
5451
pull_request:
5552
release:
5653
types: [published]

0 commit comments

Comments
 (0)