We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30f1e6 commit 9b431beCopy full SHA for 9b431be
.github/workflows/ci.yml
@@ -457,7 +457,7 @@ jobs:
457
run: sbt docs/tlSite
458
459
- name: Publish site
460
- if: github.event_name != 'pull_request' && github.ref == 'refs/heads/wiki-improvements'
+ if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
461
uses: peaceiris/[email protected]
462
with:
463
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments