From 0a73c9ce7d674fa47a999ee2e00017ff94fc281f Mon Sep 17 00:00:00 2001 From: Mido Date: Sat, 5 Oct 2024 21:22:20 +0900 Subject: [PATCH] prepare for staging --- .github/workflows/cf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cf.yml b/.github/workflows/cf.yml index 9c80f5d..a7b89e4 100644 --- a/.github/workflows/cf.yml +++ b/.github/workflows/cf.yml @@ -4,12 +4,14 @@ on: push: branches: - main + - staging paths: - "apps/frontend/**" - "bun.lockb" pull_request: branches: - main + - staging types: - opened - synchronize