|
From: Gleb C. <lna...@ya...> - 2024-01-15 12:34:37
|
Commit: 2f9a82b GitHub URL: https://github.com/SCST-project/scst/commit/2f9a82bb87f2067891836311a82321b02b4dc668 Author: Gleb Chesnokov Date: 2024-01-15T15:33:45+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 ee54d3b..ac75e71 100644 --- a/.github/workflows/mail_notification.yml +++ b/.github/workflows/mail_notification.yml @@ -4,7 +4,7 @@ name: Mailing list on: push: branches: - - 3.7.x + - 3.8.x - master jobs: |