Build PRs for all release branches (#4746)

This commit is contained in:
yueh
2020-09-17 21:37:53 +02:00
committed by GitHub
parent 1759f92164
commit 58afe755b8
+3 -1
View File
@@ -2,7 +2,9 @@ name: 'Build PRs'
on:
pull_request:
branches: [ master ]
branches:
- master
- [0-9.x]+-[0-9.]+
jobs:
build: