1 parent 55b7434 commit bb48880Copy full SHA for bb48880
3 files changed
.github/workflows/test-device.yml
@@ -1,6 +1,9 @@
1
name: Test on block devices
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
8
permissions:
9
contents: read
.github/workflows/test-with-uv.yml
name: Test with uv
.github/workflows/test.yml
name: Test
0 commit comments