summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-02 07:12:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-03-02 07:12:56 -0500
commit1519e0a93699d4de9ea79b2a69bc0de20f2333f4 (patch)
tree98c1e7ab2c9ddef21005cc5d1dfacd3797d77199 /.github
parentfd65d6fb804e5243d7eb17381c33351d0dfeab76 (diff)
downloadpython-coveragepy-git-1519e0a93699d4de9ea79b2a69bc0de20f2333f4.tar.gz
test: run the coverage action on branches named metacov
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index ee798ada..3cd01330 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -9,6 +9,7 @@ on:
push:
branches:
- master
+ - "**/*metacov*"
workflow_dispatch:
defaults: