|
From: Gleb C. <lna...@ya...> - 2024-01-15 12:35:06
|
Commit: 1d93997 GitHub URL: https://github.com/SCST-project/scst/commit/1d93997c74db37f0338ee633ce8e847fdba6fe07 Author: Gleb Chesnokov Date: 2024-01-15T15:34:21+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: |