Spaces:
Sleeping
Sleeping
Yuyuqt commited on
Commit ·
599e365
1
Parent(s): 1910089
add: small fix on deploy.yml
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -2,9 +2,10 @@ name: Deploy Blazor WASM to Vercel
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
-
branches: [ master ]
|
| 6 |
|
| 7 |
jobs:
|
|
|
|
| 8 |
build-and-deploy:
|
| 9 |
runs-on: ubuntu-latest
|
| 10 |
steps:
|
|
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
+
branches: [ master ]
|
| 6 |
|
| 7 |
jobs:
|
| 8 |
+
|
| 9 |
build-and-deploy:
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|