diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d2a7ed6ab..866c0edaf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,11 +15,13 @@ on: push: branches: - main + - 1.1.x - 1.0.x pull_request: # The branches below must be a subset of the branches above branches: - main + - 1.1.x - 1.0.x schedule: - cron: '0 12 * * 6' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8d4f35f5..b6d4a36e0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,7 @@ on: push: branches: # For branches, better to list them explicitly than regexp include - main + - 1.1.x - 1.0.x permissions: read-all jobs: