diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 5f5b2490..4b6f8915 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main schedule: # * is a special character in YAML so you have to quote this string - cron: '0 0 * * 1' @@ -44,7 +44,7 @@ jobs: uses: github-actions-x/commit@v2.9 with: github-token: ${{ secrets.GITHUB_TOKEN }} - push-branch: 'master' + push-branch: 'main' commit-message: 'chore: update benchmark results' force-add: 'true' rebase: 'true' diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index b4471e44..45326d02 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main # This allows a subsequently queued workflow run to interrupt previous runs concurrency: @@ -38,7 +38,7 @@ jobs: uses: github-actions-x/commit@v2.9 with: github-token: ${{ secrets.GITHUB_TOKEN }} - push-branch: 'master' + push-branch: 'main' commit-message: 'chore: update metrics results' force-add: 'true' rebase: 'true'