Remove path criteria for publish workflow

This commit is contained in:
Patrik Svensson 2021-10-05 17:57:25 +02:00
parent 3718502eee
commit e8e92e7f44

View File

@ -6,11 +6,6 @@ on:
- '*'
branches:
- main
paths:
- 'src/**'
- 'test/**'
- 'examples/**'
- '.github/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true