workflows/tests: run tap_syntax on master push (#53842)

workflows/tests: run tap_syntax on master push.

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
master
Bo Anderson 2020-04-28 11:28:33 +01:00 committed by GitHub
parent 3bc0db9653
commit 1b758951e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
name: GitHub Actions CI
on:
push:
branches: master
pull_request: []
jobs:
tap_syntax:
@ -46,6 +48,7 @@ jobs:
tests:
needs: tap_syntax
if: github.event_name == 'pull_request'
strategy:
matrix:
version: [10.15, 10.14, 10.13]