We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae5d5c commit b513e92Copy full SHA for b513e92
.github/workflows/azure-static-web-apps-witty-pond-0e2ac5d0f.yml
@@ -3,10 +3,10 @@ name: Azure Static Web Apps CI/CD
3
on:
4
push:
5
branches:
6
- - main # Changed from 'github' to standard branch name
+ - github # Changed from 'main' to standard branch name
7
pull_request:
8
9
10
11
jobs:
12
build_and_deploy_job:
@@ -42,7 +42,7 @@ jobs:
42
app_build_command: "npm run build" # Added build command
43
skip_app_build: false
44
skip_api_build: false
45
- build_timeout_in_minutes: 15 # Reduced timeout to 15 mins
+ build_timeout_in_minutes: 30 # Reduced timeout to 15 mins
46
env:
47
NODE_ENV: production
48
0 commit comments