Skip to content

Commit cf866fb

Browse files
committed
Some cosmetic changes to the workflow names
1 parent 2b014a8 commit cf866fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux Python build
1+
name: linux
22

33
on:
44
push:

.github/workflows/apple.yml renamed to .github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MacOS Python build
1+
name: macos
22

33
on:
44
push:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Python build
1+
name: windows
22

33
on:
44
push:

0 commit comments

Comments
 (0)