From 7560cb1e02360a67c14fc141abbc921d8e67c9ed Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Fri, 26 Apr 2024 12:59:03 -0700 Subject: [PATCH] Disable CI on non-master branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d19a2f..fde42c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - "**" + - master pull_request: workflow_dispatch: