diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bd21119e..69ad51b4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,11 +2,13 @@ name: "CodeQL" on: push: - branches: [develop, master] + branches: + - "main" + - "releases/**" pull_request: - branches: [develop] - schedule: - - cron: '0 15 * * 5' + branches: + - "main" + - "releases/**" jobs: analyze: diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b092b9ab..8467173d 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -3,10 +3,12 @@ name: Continuous integration on: push: branches: - - develop + - "main" + - "releases/**" pull_request: branches: - - develop + - "main" + - "releases/**" jobs: build_jdk8: