From 34c32cb630cbcdefb7d5241df37c4d37a9a682cc Mon Sep 17 00:00:00 2001 From: Matt Ferraro Date: Sun, 7 Apr 2024 23:55:35 -0400 Subject: [PATCH] deploy on "main" or "fix_rust_tests" --- .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 07975004..851fa72d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: # branches: ["main"] - branches: ["some-non-existent-branch"] + branches: ["fix_rust_tests", "main"] pull_request: types: [opened, synchronize]