Removed github workflow

This commit is contained in:
pavelbannov 2019-12-16 17:57:36 +03:00
parent ea3147af98
commit 90ff7ff73c

View File

@ -1,18 +0,0 @@
name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: telegram action on pull request
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
args: The ${{ github.event_name }} event triggered.