Don't run the whole testsuite on special tag builds

This commit is contained in:
Sebastian Wilzbach 2018-04-05 12:31:57 +02:00
parent 6ca59c71a2
commit a235e34a27
1 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,6 @@ jobs:
on:
repo: dlang-community/D-Scanner
tags: true
stages:
- name: test
if: type = pull_request or (type = push and branch = master)