diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-24 21:01:55 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-25 06:22:31 -0500 |
| commit | 6c802eabcc79c0995ea7bde307527cf13f5f6a8c (patch) | |
| tree | 9a7c1ec3e31fdcbe5e54753bab4e1d8ec8ffaa84 /.github/workflows/testsuite.yml | |
| parent | 84cbf083a18a814c501eecb450d7ac4126e74054 (diff) | |
| download | python-coveragepy-git-6c802eabcc79c0995ea7bde307527cf13f5f6a8c.tar.gz | |
build: make yaml syntax more uniform
Diffstat (limited to '.github/workflows/testsuite.yml')
| -rw-r--r-- | .github/workflows/testsuite.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 25fcd73d..24bd926e 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -1,11 +1,12 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt -name: "Test Suite" +name: "Tests" on: push: - branches: ["master"] + branches: + - master pull_request: workflow_dispatch: |
