Yuyuqt commited on
Commit
599e365
·
1 Parent(s): 1910089

add: small fix on deploy.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -1
.github/workflows/deploy.yml CHANGED
@@ -2,9 +2,10 @@ name: Deploy Blazor WASM to Vercel
2
 
3
  on:
4
  push:
5
- branches: [ master ] # Or master, check your branch name
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: