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-01 23:35:09 +0300
committerGitHub <noreply@github.com>2021-05-01 23:35:09 +0300
commitf5f9c35be5b384195f3137d6a65619a876c7164a (patch)
treee5de025ee3a7a752a8e3d51467e53ca516c82a0e /.github
parent5443b6f8842f088559a600619338a3e9de16906f (diff)
ci: fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0a4ff3b..82041f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,12 +1,15 @@
name: ci
-'on':
- - push
- - pull_request
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
- environment: ci
strategy:
fail-fast: false
matrix: