Merge pull request #600 from wilzbach/releases

Don't run the whole testsuite on special tag builds
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-04-05 14:52:28 +02:00 committed by GitHub
commit 3612c01cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)