mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 21:09:35 +02:00
Only update website on new release [skip ci]
This commit is contained in:
1
.github/workflows/build_push.yml
vendored
1
.github/workflows/build_push.yml
vendored
@@ -124,6 +124,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Update website
|
- name: Update website
|
||||||
|
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon'
|
||||||
run: |
|
run: |
|
||||||
curl -L \
|
curl -L \
|
||||||
-X POST \
|
-X POST \
|
||||||
|
Reference in New Issue
Block a user