Skip to content

Commit ef0a68d

Browse files
authored
Merge branch 'dotdevelop' into dd/issues/2_merge_libgit_repo_1
2 parents 121449f + 60a6ee7 commit ef0a68d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/libgit2sharp.yml

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

33
on:
44
push:
5-
branches: [ dd/issues/2_merge_libgit_repo_1 ]
5+
branches: [ dotdevelop ]
66
pull_request:
7-
branches: [ dd/issues/2_merge_libgit_repo_1 ]
7+
branches: [ dotdevelop ]
88

99
jobs:
1010
build:
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18-
1918
- name: Setup .NET
2019
uses: actions/setup-dotnet@v1
2120
with:

0 commit comments

Comments
 (0)