File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - master
7+ - main
88 schedule :
99 # * is a special character in YAML so you have to quote this string
1010 - cron : ' 0 0 * * 1'
4444 uses : github-actions-x/commit@v2.9
4545 with :
4646 github-token : ${{ secrets.GITHUB_TOKEN }}
47- push-branch : ' master '
47+ push-branch : ' main '
4848 commit-message : ' chore: update benchmark results'
4949 force-add : ' true'
5050 rebase : ' true'
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - master
7+ - main
88
99# This allows a subsequently queued workflow run to interrupt previous runs
1010concurrency :
3838 uses : github-actions-x/commit@v2.9
3939 with :
4040 github-token : ${{ secrets.GITHUB_TOKEN }}
41- push-branch : ' master '
41+ push-branch : ' main '
4242 commit-message : ' chore: update metrics results'
4343 force-add : ' true'
4444 rebase : ' true'
You can’t perform that action at this time.
0 commit comments