Only update website on new release [skip ci]

This commit is contained in:
AntsyLich
2025-03-03 20:52:33 +06:00
committed by GitHub
parent 1313ff7a16
commit debca74e0d

View File

@ -124,6 +124,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update website
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon'
run: |
curl -L \
-X POST \