From f4032f35f8bda6ee8ecac3f9c3bf1d59512e2006 Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Sat, 3 Feb 2024 23:44:21 -0600 Subject: [PATCH] Updated test to run after merge for protected branches --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c107a575..42bd6d5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: CI testing -on: [pull_request] +on: + pull_request: + push: + branches: [develop, main, alpha-test] jobs: build: