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: