Skip to content

Commit 9b431be

Browse files
committed
update workflows
1 parent b30f1e6 commit 9b431be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
run: sbt docs/tlSite
458458

459459
- name: Publish site
460-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/wiki-improvements'
460+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
461461
uses: peaceiris/[email protected]
462462
with:
463463
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)