From 5c703927bf5275f664c639105ecad8b1d6916ed3 Mon Sep 17 00:00:00 2001 From: Matt Ferraro Date: Mon, 8 Apr 2024 00:33:58 -0400 Subject: [PATCH] try all 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 10bad0ad..91fd6b4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: # branches: ["main"] - branches: ["non-existent-branch"] + branches: ["*"] pull_request: types: [opened, synchronize]