From e51bbf05c0890fa8eac35758e56f1668de830e7c Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 25 Feb 2023 11:22:19 +0000 Subject: [PATCH] Enable CI tests on this branch temporarily --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e07377a..b5195c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: ci on: push: - branches: [ master ] + branches: [ rich-rewrite ] pull_request: - branches: [ master ] + branches: [ rich-rewrite ] jobs: build: