Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebo committed Nov 2, 2023
1 parent 1deb6ea commit 90ef3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: DOTNET Publish
on:
push:
branches: ['main']
paths: [
'dotnet/**',
'.github/workflows/dotnet-publish.yml'
]
paths: ['dotnet/**']

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion dotnet/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this folder you will find various examples showcasing the different capabilit
There are a few ways to get the application up and running. The latest way is using Teams ToolKit with Visual Studio. However you can also set it up manually. You can find instructions for both below:

<details open>
<summary><h3> Using Teams Toolkit for Visual Studio (Recommended)</h3></summary>
<summary><h3>Using Teams Toolkit for Visual Studio (Recommended)</h3></summary>

#### Additional Prerequisites

Expand Down

0 comments on commit 90ef3a4

Please sign in to comment.