`pr/*` branches now trigger CI before creating a PR to avoid submitting PR with failing tests.

Details in the commit messages.
This commit is contained in:
Adam Szkoda 2020-07-09 09:23:28 +00:00
parent 275148a152
commit e8d5d37bc1

View File

@ -6,6 +6,7 @@ on:
- master - master
- staging - staging
- trying - trying
- 'pr/*'
pull_request: pull_request:
jobs: jobs: