diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 58aa3cb..4b25d40 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ main-1.12.2 ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ main-1.12.2 ] schedule: - cron: '42 7 * * 1' diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ecde280..ed8c372 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,9 +2,9 @@ name: Java CI with Gradle on: push: - branches: [ main ] + branches: [ main-1.12.2 ] pull_request: - branches: [ main ] + branches: [ main-1.12.2 ] release: types: [created] schedule: