From 4bb525f1cca4131ad584fbb61f5ef3f023d80242 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Mon, 9 Aug 2021 11:19:37 -0700 Subject: [PATCH] triggers --- .github/workflows/continuous-integration-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 30796039..2dc554f3 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,8 +2,9 @@ name: Continuous Integration on: push: - branches: [main] + branches: [main, ci-tests] pull_request: ~ + workflow_dispatch: jobs: test: