always trigger CI on PR

This commit is contained in:
Jeremy Borgman
2020-10-25 14:38:53 -05:00
committed by borgmanJeremy
parent 8ebb0999a8
commit 3acd61fdec
3 changed files with 0 additions and 5 deletions

View File

@@ -9,8 +9,6 @@ on:
- 'LICENSE'
pull_request:
branches:
- master
paths-ignore:
- 'README.md'
- 'LICENSE'

View File

@@ -9,8 +9,6 @@ on:
- 'LICENSE'
pull_request:
branches:
- master*
paths-ignore:
- 'README.md'
- 'LICENSE'

View File

@@ -7,7 +7,6 @@ on:
- 'README.md'
- 'LICENSE'
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'