From d1b62b43fcd3ecbd611ef2ab3832cc3403d8f136 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Thu, 20 Jun 2024 17:38:07 -0400 Subject: [PATCH] Actions: Telegram: update events --- .github/workflows/telegram.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml index 2a06e1648..9b0b0d312 100644 --- a/.github/workflows/telegram.yml +++ b/.github/workflows/telegram.yml @@ -1,15 +1,16 @@ name: Notify on Telegram on: - pull_request_target: - types: [opened, closed, reopened] + push: issues: types: [opened, pinned, closed, reopened] + release: + types: [published] jobs: notify: runs-on: ubuntu-latest steps: - name: Notify the commit on Telegram. - uses: ZeusLN/github-telegram-notify@main + uses: EverythingSuckz/github-telegram-notify@main with: bot_token: '${{ secrets.BOT_TOKEN }}' chat_id: '${{ secrets.CHAT_ID }}' \ No newline at end of file