Skip to content

Commit

Permalink
test: production cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
aatalrashid committed Jan 10, 2024
1 parent c1dca31 commit ae5c3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Website Production

on:
push:
branches: ['main']
branches: ['test-cicd']
# check which application has been changed
paths:
- 'apps/website/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Website Stagging

on:
push:
branches: ['test-cicd']
branches: ['develop']
# check which application has been changed
paths:
- 'apps/website/**'
Expand Down

0 comments on commit ae5c3cb

Please sign in to comment.