diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23fab77fe4..0e6363fec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,15 @@ name: Sentinel CI on: push: - branches: [ master ] + branches: + - master + - "1.8" + - "2.0" pull_request: - branches: [ master ] + branches: + - master + - "1.8" + - "2.0" jobs: build: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e6578b32c2..8cd76731ae 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,15 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: + - master + - "1.8" + - "2.0" pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: + - master + - "1.8" + - "2.0" schedule: - cron: '00 09 * * 3'