mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
fix syntax of workflow
This commit is contained in:
parent
c933ba5932
commit
b527c2df79
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…
Add table
Reference in a new issue