Skip to content

Commit c2b083c

Browse files
committed
add bench pipeline
1 parent 0f2dc78 commit c2b083c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/branch.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Branch workflow
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- '*'
77
pull_request:
8-
branches:
8+
branches:
99
- '*'
1010

1111
permissions:
@@ -14,6 +14,9 @@ permissions:
1414
jobs:
1515
test:
1616
uses: ./.github/workflows/test.yml
17-
17+
18+
bench:
19+
uses: ./.github/workflows/bench.yml
20+
1821
package:
1922
uses: ./.github/workflows/package.yml

0 commit comments

Comments
 (0)