diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index be469dc888e..ecb4ada9840 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,8 @@ name: "CodeQL" on: push: pull_request: - branches: [ master ] + branches: + - 3.8.x # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4b88c595b8..11bd798f2b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,10 +4,11 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push and pull request events but only for pull_requests on the master branch + # Triggers the workflow on push and pull request events but only for pull_requests on the 3.8.x release branch push: pull_request: - branches: [ master ] + branches: + - 3.8.x # Allows you to run this workflow manually from the Actions tab workflow_dispatch: