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:
|
on:
|
||||||
repo: dlang-community/D-Scanner
|
repo: dlang-community/D-Scanner
|
||||||
tags: true
|
tags: true
|
||||||
|
stages:
|
||||||
|
- name: test
|
||||||
|
if: type = pull_request or (type = push and branch = master)
|
||||||
|
|
Loading…
Reference in New Issue