From 37a8f6cdd2f4041303ddc4c26fd9b489d7fad458 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Tue, 27 Feb 2024 12:10:48 -0800 Subject: [PATCH] fix: reenable ci on main branch --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index ae08d523..d8da085b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [ main-switch-to-cypress ] + branches: [ main ] jobs: test: