Skip to content

Commit

Permalink
main.yml: limit continuous integration to recent release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 13, 2021
1 parent 4bb728d commit e074cd6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ name: Build jMonkeyEngine
on:
push:
branches:
- gsw
- master
- newbuild
- v3.3.*
- v3.2
- v3.2.*
- v3.4
- v3.3
pull_request:
release:
types: [published]
Expand Down

0 comments on commit e074cd6

Please sign in to comment.