run update bug report after release trigger

This commit is contained in:
Jakub Trllo 2025-04-29 17:05:13 +02:00
parent 1fd606c1c3
commit b85e6b72cb

View file

@ -1,10 +1,11 @@
name: 🐞 Update Bug Report
on:
workflow_run:
workflows: ["🚀 Release Trigger"]
types:
- completed
workflow_dispatch:
release:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
types: [published]
jobs:
update-bug-report: