We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204d318 commit 793bb88Copy full SHA for 793bb88
.github/workflows/push-docker.yml
@@ -2,7 +2,7 @@ name: docker push
2
3
on:
4
push:
5
- branches: master
+ branches: main
6
schedule:
7
- cron: "7 2 2 * *" # monthly rebuild
8
Readme.md README.md
@@ -6,7 +6,7 @@
[Docker Hub]: https://hub.docker.com/r/kostyaesmukov/smtp_to_telegram
[Go Report Card]: https://goreportcard.com/report/github.com/KostyaEsmukov/smtp_to_telegram
9
-[License]: https://github.com/KostyaEsmukov/smtp_to_telegram/blob/master/LICENSE
+[License]: https://github.com/KostyaEsmukov/smtp_to_telegram/blob/main/LICENSE
10
11
`smtp_to_telegram` is a simple program that listens for SMTP and forwards
12
all incoming Email messages to Telegram.
0 commit comments