From ddd7f084c88edc9799621358c1e3e8326365d713 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Sat, 28 Dec 2024 16:56:33 +0300 Subject: [PATCH] .github/workflows: Update stable branch version --- .github/workflows/checkpatch_pull.yml | 1 + .github/workflows/checkpatch_push.yml | 1 + .github/workflows/mail_notification.yml | 2 +- .github/workflows/run_regression_tests.yaml | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checkpatch_pull.yml b/.github/workflows/checkpatch_pull.yml index 992238ea5..647f75e0d 100644 --- a/.github/workflows/checkpatch_pull.yml +++ b/.github/workflows/checkpatch_pull.yml @@ -3,6 +3,7 @@ name: Checkpatch upon pull request on: pull_request: branches: + - 3.9.x - master jobs: diff --git a/.github/workflows/checkpatch_push.yml b/.github/workflows/checkpatch_push.yml index a1ea507df..464e804e6 100644 --- a/.github/workflows/checkpatch_push.yml +++ b/.github/workflows/checkpatch_push.yml @@ -3,6 +3,7 @@ name: Checkpatch upon push on: push: branches: + - 3.9.x - master jobs: diff --git a/.github/workflows/mail_notification.yml b/.github/workflows/mail_notification.yml index 415ac084e..e796e2f18 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: diff --git a/.github/workflows/run_regression_tests.yaml b/.github/workflows/run_regression_tests.yaml index b95d2056e..6794cd591 100644 --- a/.github/workflows/run_regression_tests.yaml +++ b/.github/workflows/run_regression_tests.yaml @@ -3,9 +3,11 @@ name: Run regression tests on: push: branches: + - 3.9.x - master pull_request: branches: + - 3.9.x - master jobs: