From 59905e9ceb77d64a20e9927d84e3bb9a8b251ff1 Mon Sep 17 00:00:00 2001 From: Zachary Deziel Date: Fri, 11 Oct 2024 12:46:30 -0700 Subject: [PATCH] Update event to push on main --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1cbef9e..6d524b8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,7 +1,7 @@ name: Deploy Space2Stats API Prod on: - pull_request: + push: branches: - main