Skip to content

Commit

Permalink
Modify path for api yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanknight committed Nov 6, 2023
1 parent d9c3b21 commit 68b3f0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main_tacopoetryapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ name: Build and deploy ASP.Net Core app to Azure Web App - TacoPoetryAPI
on:
push:
branches:
- main
- initial_deployment
workflow_dispatch:

jobs:
build:
runs-on: windows-latest
defaults:
run:
working-directory: ./TacoPoetry.API

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 68b3f0f

Please sign in to comment.