diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6618288ce..3b0694d96 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master, 'release-**' ] + branches: [ "main", "development" ] pull_request: # The branches below must be a subset of the branches above - branches: [ master, 'release-**' ] + branches: [ "main", "development" ] schedule: - cron: '0 */24 * * *' diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 7f0c57f17..9b7a02a2c 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -2,8 +2,8 @@ name: Linux Tests # Controls when the workflow will run on: - pull_request: {} - push: {} + pull_request: {} + push: {} # Allows you to run this workflow manually from the Actions tab workflow_dispatch: