From 4592fc42af9b9942d860c8e24a704e4ea50268ec Mon Sep 17 00:00:00 2001 From: gsemaj Date: Tue, 10 Oct 2023 14:35:07 -0400 Subject: [PATCH] CI/CD improvements - PR builds will now run even if they weren't opened as drafts - PR builds will now re-run when they get new commits - Builds can now be manually triggered from GitHub --- .github/workflows/check-builds.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-builds.yaml b/.github/workflows/check-builds.yaml index fda1d64..ec65030 100644 --- a/.github/workflows/check-builds.yaml +++ b/.github/workflows/check-builds.yaml @@ -9,12 +9,13 @@ on: - CMakeLists.txt - Makefile pull_request: - types: ready_for_review + types: [opened, reopened, synchronize, ready_for_review] paths: - src/** - vendor/** - CMakeLists.txt - Makefile + workflow_dispatch: jobs: ubuntu-build: