We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e874bd commit 83e4aadCopy full SHA for 83e4aad
.github/workflows/plot.yml
@@ -3,7 +3,7 @@ name: Benchmark CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
workflow_dispatch:
8
9
permissions:
@@ -39,4 +39,4 @@ jobs:
39
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
40
git add .
41
git commit -m "Update timing plots [skip ci]" || echo "No changes to commit"
42
- git push
+ git push
0 commit comments