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 <github@diegorbaquero.com>2022-01-28 01:10:54 +0300
committerGitHub <noreply@github.com>2022-01-28 01:10:54 +0300
commitef52a00e5bd987ef7f86bb6fb2c48572d5e6dcc2 (patch)
treed84d4ba51199ce52be63ecb421638cff5a225398 /.github
parent6bd62a0022561aabac38edbe0db753efee8a60a1 (diff)
ci: ignore tags [skip ci]
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