Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed Jul 15, 2024
1 parent f14f448 commit 8fa0ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Test .NET Projects
name: CodeQL Analysis

on: [push, pull_request]
on: [pull_request]

jobs:
build-and-test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Run Windows Tests

on: [push, pull_request]

Expand All @@ -8,6 +8,7 @@ jobs:

strategy:
matrix:
language: [ 'csharp' ]
configuration: [Release]

runs-on: windows-latest # For a list of available runner types, refer to
Expand Down

0 comments on commit 8fa0ba5

Please sign in to comment.