From f83b05a4eb0a3ac4759e4544039c2c6b392ea1b6 Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 9 Jan 2025 12:43:03 +0000 Subject: [PATCH] Changed the CI trigger back to how it was for production --- .github/workflows/main.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f0aeb49c..f11fdeb24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,12 @@ name: main -on: push - -#on: -# push: -# branches: -# - master -# pull_request: -# branches: -# - master +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: check: