We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744a0ef commit 9b16897Copy full SHA for 9b16897
.github/workflows/check.yml
@@ -1,7 +1,8 @@
1
-name: Check
+name: check
2
3
on:
4
push:
5
+ branches: [main]
6
pull_request:
7
8
concurrency:
.github/workflows/linux.yml
@@ -1,4 +1,4 @@
-name: Linux Python build
+name: linux
@@ -61,6 +61,7 @@ jobs:
61
- gcc
62
- xcb
63
- xcb.cross
64
+ name: ${{ matrix.image }}
65
runs-on: depot-ubuntu-22.04
66
permissions:
67
packages: write
.github/workflows/apple.yml renamed to .github/workflows/macos.yml
-name: MacOS Python build
+name: macos
.github/workflows/windows.yml
-name: Windows Python build
+name: windows
0 commit comments