From da87043057f3d737eda4d38f00c669a43e26297d Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 21 May 2024 20:15:49 -0400 Subject: ci: only test on pushes to main --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c348932..458b81f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [main] workflow_dispatch: jobs: -- cgit v1.2.3