Remove branch trigger focus
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Luke Murphy 2021-01-06 10:55:47 +01:00
parent 0464272787
commit f084833ed2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 21 deletions

View File

@ -7,9 +7,6 @@ steps:
commands:
- pip install tox==3.14.6
- tox -e linters
trigger:
ref:
- "refs/heads/master"
---
kind: pipeline
@ -22,9 +19,6 @@ steps:
- tox -e packaging
depends_on:
- linters
trigger:
ref:
- "refs/heads/master"
---
kind: pipeline
@ -37,9 +31,6 @@ steps:
- tox -e py36
depends_on:
- linters
trigger:
ref:
- "refs/heads/master"
---
kind: pipeline
@ -52,9 +43,6 @@ steps:
- tox -e py37
depends_on:
- linters
trigger:
ref:
- "refs/heads/master"
---
kind: pipeline
@ -67,9 +55,6 @@ steps:
- tox -e py38
depends_on:
- linters
trigger:
ref:
- "refs/heads/master"
---
kind: pipeline
@ -83,9 +68,6 @@ steps:
- tox -e devel
depends_on:
- linters
trigger:
ref:
- "refs/heads/master"
---
kind: pipeline
@ -107,6 +89,3 @@ depends_on:
- py36
- py37
- py38
trigger:
ref:
- "refs/heads/master"