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
parent
3bc0db9653
commit
1b758951e8
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue