Skip to content

Commit

Permalink
Update deploy_web_page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josago97 committed Mar 30, 2024
1 parent a00b014 commit cf34aeb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_web_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ env:
REPO_NAME: ${{ github.event.repository.name }}

on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -34,7 +31,7 @@ jobs:

# Install wasm-tools
- name: Install wasm-tools
run: dotnet workload install wasm-tools-net8
run: dotnet workload install wasm-tools

# publishes Blazor project to the release-folder
- name: Publish .NET Project
Expand Down

0 comments on commit cf34aeb

Please sign in to comment.