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 b767272 commit 0d56b3bCopy full SHA for 0d56b3b
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
MILL_SONATYPE_USERNAME: ${{ secrets.PUBLISH_USER }}
104
105
site:
106
- if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
+ if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/tags/')
107
needs: build
108
runs-on: ubuntu-latest
109
steps:
0 commit comments