From d9d586555ed702280df4e3e28dd36d9130d9cb03 Mon Sep 17 00:00:00 2001 From: torque Date: Sun, 24 Nov 2024 17:35:29 -0700 Subject: [PATCH] ci: run against all branches --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 891521d..6d95a06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - master pull_request: branches: - master