Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <diegorbaquero@gmail.com>2021-05-20 18:50:08 +0300
committerGitHub <noreply@github.com>2021-05-20 18:50:08 +0300
commit8a15b9cfe65e43095279daa3ff80aceb04b57cf0 (patch)
tree503b0ce4dfc4c2543c14f2d640b404d51b5ba15b /.github
parent844468b3347ddc7b460d7c891076c01174622821 (diff)
ci: fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6bc8741..56dccba 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,9 +1,5 @@
name: ci
-on:
- push:
- pull_request:
- branches:
- - master
+on: [push,pull_request]
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}