From a08d5b66d955bc8577659e02d09220c8ab939a73 Mon Sep 17 00:00:00 2001 From: Jover Date: Fri, 8 Sep 2023 10:15:28 -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 ba1a4f8d..3bbc49db 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: ci: