From a02a615def105c861fb02ef8bc5d89c9c5a3c25b Mon Sep 17 00:00:00 2001 From: John Bartholomew Date: Sat, 18 Jan 2025 16:13:44 +0000 Subject: [PATCH] chore: enable more triggers for the CI checks This is mostly experimental; I'm hoping to be able to trigger checks on some existing PRs... --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index b7c08484a..367347a36 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -2,6 +2,7 @@ name: Build and Test on: pull_request: + types: [opened, reopened, synchronize, ready_for_review, review_requested] branches-ignore: - 'gh-pages' push: