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:
commit
3612c01cfc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue