From f0f1053b2fbebc1f81f8f49d49cf5ca307a94e0b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 26 Jan 2024 12:58:46 -0700 Subject: [PATCH] Try to trigger CI on branch --- .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 e8e9c9df317..6020db440eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Continuous Integration on: push: - branches: [master] + branches: [master, handle-null-blocks-fork] pull_request: types: [opened, synchronize, reopened]