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
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

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