Skip to content

Commit f8f2e23

Browse files
authored
Merge branch 'master' into feat/upgrade-dotnet6-github-actions
2 parents 98ba219 + fa0b543 commit f8f2e23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: .NET Build and Test
22

33
on:
44
push:
5-
branches: [ '*' ] # Changed to all branches for push
5+
branches: [ '*' ]
66
pull_request:
7-
branches: [ master ] # Changed from main to master
8-
workflow_dispatch: # Added for manual triggering
7+
branches: [ master ]
8+
workflow_dispatch:
99

1010
jobs:
1111
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Warning: It can be quite slow if you're processing a large number of Event Log r
1313
Hopefully, I'll get around to fixing the performance when I get some time (now that I've reopened the project after over 3 years :D).
1414

1515
### Building the Project
16-
This project is built using .NET 6. To build it:
16+
This project has now been migrated to use .NET 6. To build it:
1717
1. Clone the repository.
1818
2. Navigate to the root directory of the cloned repository.
1919
3. Run the command: `dotnet build EventLogAnalyzer.sln`

0 commit comments

Comments
 (0)