Skip to content

Commit db418d4

Browse files
committed
GitHub: Renamed CI to Build.
1 parent 54210bc commit db418d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build
22

33
on: [ push, pull_request ]
44

@@ -7,7 +7,7 @@ defaults:
77
shell: bash
88

99
jobs:
10-
build_linux:
10+
linux:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
@@ -54,7 +54,7 @@ jobs:
5454
name: ${{ env.ARTIFACT_NAME }}
5555
path: artifact
5656
if-no-files-found: error
57-
build_windows:
57+
windows:
5858
runs-on: windows-latest
5959
strategy:
6060
matrix:

0 commit comments

Comments
 (0)