diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index 857db2f..6a8d382 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ master ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ master ] schedule: - cron: '41 16 * * 4' diff --git a/.github/workflows/FitbitBuild.yml b/.github/workflows/FitbitBuild.yml index 2bacd25..a79029f 100644 --- a/.github/workflows/FitbitBuild.yml +++ b/.github/workflows/FitbitBuild.yml @@ -5,9 +5,9 @@ name: FitbitBuild on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] workflow_dispatch: jobs: