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/coverage.yml | |
| parent | 84cbf083a18a814c501eecb450d7ac4126e74054 (diff) | |
| download | python-coveragepy-git-6c802eabcc79c0995ea7bde307527cf13f5f6a8c.tar.gz | |
build: make yaml syntax more uniform
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 632babfa..447464eb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -4,12 +4,11 @@ name: "Coverage" on: + # As currently structured, this adds too many jobs (checks?), so don't run it + # on pull requests yet. push: branches: - master - # as currently structured, this adds too many jobs (checks?), so don't run it - # on pull requests yet. - #pull_request: workflow_dispatch: defaults: |
