ci(gha): Run ci workflow for PRs into release branches

This commit is contained in:
James McCoy
2021-05-05 09:02:22 -04:00
parent d399a853a3
commit 3bebe60121

View File

@@ -3,7 +3,9 @@ on:
push:
branches: '**'
pull_request:
branches: 'master'
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'
jobs:
unixish: