From 8dbf7742991112d68921e243f613eb18ea6e380a Mon Sep 17 00:00:00 2001 From: Jover Date: Wed, 13 Sep 2023 14:53:36 -0700 Subject: [PATCH] CI: Update workflow triggers Trim back CI jobs for reasons stated in https://github.com/nextstrain/cli/commit/fab709a2f45fc74afe2a15038e877e4dd58ae222 --- .github/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eade8cb..d61ab4d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,8 +1,11 @@ name: CI on: - - push - - pull_request + push: + branches: + - master + pull_request: + workflow_dispatch: jobs: pathogen-ci: