Skip to content

Commit

Permalink
Test the publish action when build files change
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jul 22, 2023
1 parent 32714b8 commit 52ed795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
push:
paths:
- ".github/workflows/publish.yml"
- "src/Bundles/Bundles.csproj"
- "tests/Bundles.Tests/Bundles.Tests.csproj"
- "Directory.Build.props"
- "Directory.Packages.props"

env:
DOTNET_NOLOGO: 1
Expand Down

0 comments on commit 52ed795

Please sign in to comment.