Skip to content

Commit

Permalink
Changed the target branch from deployment (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Singh <[email protected]>
  • Loading branch information
keshavsingh4522 authored Dec 25, 2024
1 parent d11c8d9 commit 35d9f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Blazor WebAssembly to GitHub Pages
on:
push:
branches:
- main # Replace with your default branch
- master # Replace with your default branch

jobs:
build-and-deploy:
Expand All @@ -24,4 +24,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output/wwwroot
publish_dir: ./output/wwwroot

0 comments on commit 35d9f1b

Please sign in to comment.