Run tests when pull requests are created against the 2.x branch.

This commit is contained in:
Michael Stenta 2020-12-22 18:32:47 -05:00
parent 32effe4dc6
commit 2e11c6386f
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
branches:
- '2.x'
- '2.x-**'
pull_request:
branches:
- '2.x'
jobs:
build: