Skip to content

Commit 83e4aad

Browse files
authored
change branch name from master to main in workflow trigger
1 parent 1e874bd commit 83e4aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmark CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88

99
permissions:
@@ -39,4 +39,4 @@ jobs:
3939
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4040
git add .
4141
git commit -m "Update timing plots [skip ci]" || echo "No changes to commit"
42-
git push
42+
git push

0 commit comments

Comments
 (0)