Skip to content

Commit

Permalink
fix: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 29, 2023
1 parent a9b74e8 commit 68a9f4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ updates:
all:
patterns:
- "*"
ignore:
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
- dependency-name: "Avalonia"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
branches:
- master
- main

jobs:
build-test-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
pull_request:
branches:
- master
- main

jobs:
build-test:
Expand Down
1 change: 1 addition & 0 deletions DependencyPropertyGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
src\Directory.Packages.props = src\Directory.Packages.props
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyPropertyGenerator.Attributes", "src\libs\DependencyPropertyGenerator.Attributes\DependencyPropertyGenerator.Attributes.csproj", "{90F8AD3B-1C24-447B-99A3-2FBF5066FECA}"
Expand Down

0 comments on commit 68a9f4b

Please sign in to comment.