forked from LBRYCommunity/lbry-sdk
always run on push, otherwise master branch does not get coverage
This commit is contained in:
parent
c7c454e4fb
commit
7ae246c839
1 changed files with 1 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -1,9 +1,5 @@
|
|||
name: ci
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue