diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-14 06:13:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-14 06:13:49 -0400 |
commit | 52e5088a39b4d47e124a79c357dd04233658c583 (patch) | |
tree | b81d55b8a8a9dff3c6b76888dd3f2d539b9a389c | |
parent | e6e6bdfa70a918aeb4f436c1739e7baf75d2e75f (diff) | |
download | python-coveragepy-git-52e5088a39b4d47e124a79c357dd04233658c583.tar.gz |
build: run tests and quality on all branches
-rw-r--r-- | .github/workflows/quality.yml | 2 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 80f75424..f7af7f17 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -5,8 +5,6 @@ name: "Quality" on: push: - branches: - - master pull_request: workflow_dispatch: diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index cf9aa52a..313e263e 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -5,8 +5,6 @@ name: "Tests" on: push: - branches: - - master pull_request: workflow_dispatch: |