Skip to content

Commit 09d0828

Browse files
committed
chore: add more preview environments to the storybook static site
1 parent b412ec2 commit 09d0828

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: Azure Static Web Apps CI/CD
33
on:
44
push:
55
branches:
6-
- storybook
6+
- main
7+
- 'v*/main'
8+
- 'v*/dev'
79
# This is how azure builds staging environments
810
pull_request:
911
types: [opened, synchronize, reopened, closed]
1012
branches:
1113
- main
1214
- 'v*/main'
15+
- 'v*/dev'
1316

1417
jobs:
1518
build_and_deploy_job:
@@ -34,6 +37,7 @@ jobs:
3437
app_build_command: 'npm run storybook:build'
3538
api_location: '' # Api source code path - optional
3639
output_location: '/storybook-static' # Built app content directory - optional
40+
production_branch: 'v1/main' # Production branch
3741
###### End of Repository/Build Configurations ######
3842

3943
close_pull_request_job:

0 commit comments

Comments
 (0)