summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-30 16:47:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-30 16:47:30 -0500
commitc77977f316250fbfa4387ca9b3d5839800675166 (patch)
tree1ba99508b90ffa308666d76c642b65ea412efdca
parent4f8e7d83316712d606d344169f1bdb5ac2ae152b (diff)
downloadpython-coveragepy-git-c77977f316250fbfa4387ca9b3d5839800675166.tar.gz
Run actions on any pull request, not just those going to master
-rw-r--r--.github/workflows/quality.yml1
-rw-r--r--.github/workflows/testsuite.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 59a0ff9f..ad45b2ee 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -7,7 +7,6 @@ on:
push:
branches: ["master"]
pull_request:
- branches: ["master"]
workflow_dispatch:
defaults:
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 6413c7b9..59f5380b 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -7,7 +7,6 @@ on:
push:
branches: ["master"]
pull_request:
- branches: ["master"]
workflow_dispatch:
defaults: