Skip to content

Commit

Permalink
Fixed worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed May 31, 2024
1 parent 6cc5325 commit 1ba54c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:

push:
branches: [ main ] # Default release branch
paths:
- 'src/**'
- '.github/workflows/**'
paths-ignore:
- '.github/**'
- 'docs/**'
- '**/*.sln'

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down

0 comments on commit 1ba54c7

Please sign in to comment.