Skip to content

Commit 25f9ac2

Browse files
authored
Retarget workflows from master to main (#35)
1 parent 84889c8 commit 25f9ac2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmarks
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88

99
concurrency:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Main CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
concurrency:
99
group: main-ci-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)