From ee2298a30bf86d2b8b27d3295c3b1b0f0a727b4d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 3 Dec 2024 15:54:41 -0600 Subject: [PATCH] Fix primary branch name in GHA workflows --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 582ca95..23cc704 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,8 +1,9 @@ name: CI on: - - push - - pull_request + pull_request: + push: + branches: [async] jobs: coverage: