Commit: e48a300
GitHub URL: https://github.com/SCST-project/scst/commit/e48a3003f9a542b1747d9ab08d538982d1416c9b
Author: Gleb Chesnokov
Date: 2022-12-28T17:08:44+03:00
Log Message:
-----------
github: Update stable branch version for the Mailing list action
Modified Paths:
--------------
.github/workflows/mail_notification.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
===================================================================
diff --git a/.github/workflows/mail_notification.yml b/.github/workflows/mail_notification.yml
index ca8295e..f795a6d 100644
--- a/.github/workflows/mail_notification.yml
+++ b/.github/workflows/mail_notification.yml
@@ -4,7 +4,7 @@ name: Mailing list
on:
push:
branches:
- - 3.6.x
+ - 3.7.x
- master
jobs:
|