diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d0584a6..d386afb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "main", "stompjms-2.x" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "main", "stompjms-2.x" ] schedule: - cron: '41 12 * * 5' diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7029356..189d3de 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "main" ] + branches: [ "main", "stompjms-2.x" ] pull_request: - branches: [ "main" ] + branches: [ "main", "stompjms-2.x" ] jobs: build: