Skip to content

Commit 0d56b3b

Browse files
committed
.
1 parent b767272 commit 0d56b3b

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
@@ -103,7 +103,7 @@ jobs:
103103
MILL_SONATYPE_USERNAME: ${{ secrets.PUBLISH_USER }}
104104

105105
site:
106-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
106+
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/tags/')
107107
needs: build
108108
runs-on: ubuntu-latest
109109
steps:

0 commit comments

Comments
 (0)