Update .gitea/workflows/add_release_to_site.yml

This commit is contained in:
vadim-a-yegorov 2025-03-30 22:58:32 +00:00
parent 118551a6a8
commit 65b2868996

View File

@ -1,6 +1,8 @@
name: Notify API on Release
on: workflow_dispatch
on:
release:
types: [ published ]
jobs:
notify-api: