mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
fix syntax of workflow 2
This commit is contained in:
parent
b527c2df79
commit
ecdb04c23e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make_and_send_alert.yml
vendored
2
.github/workflows/make_and_send_alert.yml
vendored
|
@ -3,7 +3,7 @@ name: Send alert to Telegram channel
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
make_and_send_alert:
|
||||
|
|
Loading…
Reference in a new issue