summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-08-31 16:24:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-08-31 16:24:48 -0400
commit1d8f7440b054efe9a1af61925dc060dcf6324896 (patch)
tree177e3355a9a6b27987ed0cb6a657f2aa24041e40
parent6ded3a5183a126db3ee6704388cd95fd702c6709 (diff)
downloadpython-coveragepy-git-1d8f7440b054efe9a1af61925dc060dcf6324896.tar.gz
build: don't over-run actions
-rw-r--r--.github/workflows/quality.yml2
-rw-r--r--.github/workflows/testsuite.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 1f2c2482..7df3c988 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -5,6 +5,8 @@ name: "Quality"
on:
push:
+ branches:
+ - master
pull_request:
workflow_dispatch:
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index c8e04514..5496320f 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -5,6 +5,8 @@ name: "Tests"
on:
push:
+ branches:
+ - master
pull_request:
workflow_dispatch: