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:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fb61cdb..c8fc286 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,13 @@
name: ci
-on: [push,pull_request]
+on:
+ push:
+ branches:
+ - master
+ tags-ignore:
+ - '*'
+ pull_request:
+ branches:
+ - master
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true