From ae5c3cb85a8d23a6f1e887ed48a1e909ad4a8d59 Mon Sep 17 00:00:00 2001 From: TrevorNathan Date: Wed, 10 Jan 2024 17:53:46 +0300 Subject: [PATCH] test: production cicd --- .github/workflows/website-production.yml | 2 +- .github/workflows/website-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-production.yml b/.github/workflows/website-production.yml index 53b8f329..9664a11b 100644 --- a/.github/workflows/website-production.yml +++ b/.github/workflows/website-production.yml @@ -2,7 +2,7 @@ name: Website Production on: push: - branches: ['main'] + branches: ['test-cicd'] # check which application has been changed paths: - 'apps/website/**' diff --git a/.github/workflows/website-staging.yml b/.github/workflows/website-staging.yml index ace2a80b..d1179f3a 100644 --- a/.github/workflows/website-staging.yml +++ b/.github/workflows/website-staging.yml @@ -2,7 +2,7 @@ name: Website Stagging on: push: - branches: ['test-cicd'] + branches: ['develop'] # check which application has been changed paths: - 'apps/website/**'