Skip to content

Commit 793bb88

Browse files
committed
master -> main
1 parent 204d318 commit 793bb88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docker push
22

33
on:
44
push:
5-
branches: master
5+
branches: main
66
schedule:
77
- cron: "7 2 2 * *" # monthly rebuild
88

Readme.md README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[Docker Hub]: https://hub.docker.com/r/kostyaesmukov/smtp_to_telegram
88
[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
9+
[License]: https://github.com/KostyaEsmukov/smtp_to_telegram/blob/main/LICENSE
1010

1111
`smtp_to_telegram` is a simple program that listens for SMTP and forwards
1212
all incoming Email messages to Telegram.

0 commit comments

Comments
 (0)