Skip to content

Commit 208dbe4

Browse files
committed
fix branch name
1 parent 3fed4e8 commit 208dbe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ jobs:
286286
run: |
287287
dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:NUGET_API_KEY" --source 'nuget.org'
288288
- name: Publish documentation
289-
#if: github.event_name == 'push' && github.ref == 'refs/heads/main'
289+
# TODO: Should also publish on release tag, but only from master
290+
#if: github.event_name == 'push' && github.ref == 'refs/heads/master'
290291
uses: peaceiris/actions-gh-pages@v3
291292
with:
292293
# TODO: Test a real deployment (change target to "gh-pages" branch below)

0 commit comments

Comments
 (0)