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/**'