From 6c802eabcc79c0995ea7bde307527cf13f5f6a8c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 24 Feb 2021 21:01:55 -0500 Subject: build: make yaml syntax more uniform --- .github/workflows/coverage.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows/coverage.yml') 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: -- cgit v1.2.1