From d9b7d534bf9d213268fa948c19652651db460788 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Thu, 9 Jan 2025 11:36:00 -0500 Subject: [PATCH] fix(build): Update github workflow so that CI only runs on push, not on pull requests --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5f5cb38b..dc1bae75 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,11 +11,11 @@ on: - "staging" tags: - release* - pull_request: - branches: - - main - - production - - staging + # pull_request: + # branches: + # - main + # - production + # - staging env: DOCKER_BUILDKIT: 1