diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f4f125..2168cd1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,7 +82,7 @@ jobs: # Publish only when creating a GitHub Release # https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository # You can update this logic if you want to manage releases differently - if: github.event_name == 'release' + if: github.event_name == 'main' runs-on: ubuntu-latest needs: [ #validate_nuget,