Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Oct 15, 2024
1 parent 1c451b9 commit 983c1dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Build and deploy ASP.Net Core app to Azure Web App - DotNetNC


on:
push:
branches: ["main"]
workflow_dispatch:



jobs:
build:
runs-on: windows-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 983c1dc

Please sign in to comment.