Skip to content

Commit

Permalink
event name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Fetoni committed Aug 22, 2024
1 parent 7f3fdb8 commit 0609242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0609242

Please sign in to comment.