diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 46dfb138..7c329335 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: "15 0 * * *" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fffd10c3..54c4512a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Lint on: push: branches: - - main + - master - production pull_request: