Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fanvanzh committed May 22, 2024
1 parent 9ead7d0 commit 6100aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Linux

on: [push]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build
name: Windows

on: [push]
jobs:
build-and-test: windows-latest
build-and-test:
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 6100aeb

Please sign in to comment.