We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8541fcd commit 0cbaf67Copy full SHA for 0cbaf67
.github/workflows/benches.yml
@@ -3,6 +3,8 @@ name: Run Benchmarks
3
on:
4
workflow_dispatch:
5
push:
6
+ branches:
7
+ - develop
8
tags:
9
- 'v*'
10
pull_request:
.github/workflows/tests.yml
@@ -3,6 +3,8 @@ name: Run Tests
0 commit comments