From a6e6d1617eac599f011fb77700865583f11b0d76 Mon Sep 17 00:00:00 2001 From: kittyneverdies catofeyev Date: Wed, 14 Feb 2024 18:55:52 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20.g?= =?UTF-8?q?ithub/workflows/start.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/start.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/start.yml diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml deleted file mode 100644 index 488fb44..0000000 --- a/.github/workflows/start.yml +++ /dev/null @@ -1,24 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the "main" branch - push: - branches: [ "telegram", "main", "discord", "matrix" ] - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - telegram_notification: - runs-on: ubuntu-latest - steps: - - name: Github Telegram Notifier - uses: EverythingSuckz/github-telegram-notify@v1.1.2 - with: - bot_token: '${{ secrets.BOT_TOKEN }}' - chat_id: '${{ secrets.CHAT_ID }}' - - -