From: Gleb C. <lna...@ya...> - 2024-12-28 13:57:12
|
Commit: 91811c0 GitHub URL: https://github.com/SCST-project/scst/commit/91811c0a1f7a41c3a76e8684a3aa24376bf847db Author: Gleb Chesnokov Date: 2024-12-28T16:56:33+03:00 Log Message: ----------- .github/workflows: 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 415ac08..e796e2f 100644 --- a/.github/workflows/mail_notification.yml +++ b/.github/workflows/mail_notification.yml @@ -4,7 +4,7 @@ name: Mailing list on: push: branches: - - 3.8.x + - 3.9.x - master jobs: |