Skip to content

Commit

Permalink
Publish on develop or main
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Sep 15, 2023
1 parent 4577552 commit d78997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: list on nuget
runs-on: windows-latest
needs: build
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d78997f

Please sign in to comment.