Skip to content

Commit

Permalink
chore: rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 31, 2025
1 parent dd939a1 commit 5b03455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
push-branch: 'main'
commit-message: 'chore: update benchmark results'
force-add: 'true'
rebase: 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
push-branch: 'main'
commit-message: 'chore: update metrics results'
force-add: 'true'
rebase: 'true'
Expand Down

0 comments on commit 5b03455

Please sign in to comment.