Skip to content

Commit 42cbccf

Browse files
melroyvandenbergindygreg
authored andcommitted
ci: add name to workflow
Closes #211.
1 parent 3d59e1f commit 42cbccf

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: MacOS Python build
2+
13
on:
24
push:
35
pull_request:

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Linux Python build
2+
13
on:
24
push:
35
pull_request:

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Windows Python build
2+
13
on:
24
push:
35
pull_request:

0 commit comments

Comments
 (0)