We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba7b47 commit 5f2b844Copy full SHA for 5f2b844
.github/workflows/cibuildwheel.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
tags:
7
- "v*"
8
- branches: [CI]
+ # branches: [CI]
9
pull_request:
10
branches: [main]
11
# Allows you to run this workflow manually from the Actions tab
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: plyvel build
+name: plyvel test
2
3
on:
4
# Triggers the workflow on push to the main branch
0 commit comments