Don't run the whole testsuite on special tag builds
This commit is contained in:
parent
6ca59c71a2
commit
a235e34a27
|
@ -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