Skip to content

Commit

Permalink
Specify subdir for api build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanknight committed Nov 6, 2023
1 parent f6c59da commit 157ae13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main_tacopoetry.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 - TacoPoetry
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 157ae13

Please sign in to comment.