diff --git a/.github/workflows/webhook.yml b/.github/workflows/webhook.yml index 5dace0690..003442a1f 100644 --- a/.github/workflows/webhook.yml +++ b/.github/workflows/webhook.yml @@ -2,21 +2,21 @@ name: "Webhook" on: push: - # workflow_run: - # workflows: - # - "Build" - # - "Lint" - # - "Release" - # types: - # - "completed" - # issues: - # types: - # - "opened" - # - "closed" - # - "reopened" - # issue_comment: - # types: - # - "created" + workflow_run: + workflows: + - "Build" + - "Lint" + - "Release" + types: + - "completed" + issues: + types: + - "opened" + - "closed" + - "reopened" + issue_comment: + types: + - "created" jobs: webhook: