Skip to content

Commit 6223a9c

Browse files
ci test
1 parent 18d73d8 commit 6223a9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dev-test.yml renamed to .github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: dev-test
1+
name: ci-test
22

33
on:
44
push:
5-
branches: [ "dev" ]
5+
branches: [ "main" ]
66
pull_request:
77
types: [opened, reopened]
88

FizzCode.EtLast.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ",github", ",github", "{7B62
6565
EndProject
6666
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5CCA0F47-1041-4C52-84D1-1A84297FAD79}"
6767
ProjectSection(SolutionItems) = preProject
68-
.github\workflows\dev-test.yml = .github\workflows\dev-test.yml
68+
.github\workflows\ci-test.yml = .github\workflows\ci-test.yml
6969
EndProjectSection
7070
EndProject
7171
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtLast.AdoNet.Db2", "EtLast.AdoNet.Db2\EtLast.AdoNet.Db2.csproj", "{B289D2D8-EFBA-449C-82E8-DAC04484C674}"
@@ -411,8 +411,8 @@ Global
411411
{26416897-8FD1-48A4-A5BA-F338E9966211} = {31564631-1C65-4B5D-BBC6-7831C887D0D8}
412412
{4281D76D-90D6-4B81-8F8B-55E83412D990} = {31564631-1C65-4B5D-BBC6-7831C887D0D8}
413413
{618A5B3C-77D3-43E6-B3E7-6A010A3C6224} = {79B641A3-3BD8-4B5D-804E-6775A803470B}
414-
{07F75636-CAB9-4A3D-8AAF-D64A80A8A8E5} = {618A5B3C-77D3-43E6-B3E7-6A010A3C6224}
415-
{DF3E2E97-F83C-482B-A1F2-F71A3C5AF9FD} = {618A5B3C-77D3-43E6-B3E7-6A010A3C6224}
414+
{07F75636-CAB9-4A3D-8AAF-D64A80A8A8E5} = {00000000-0000-0000-0000-000000000000}
415+
{DF3E2E97-F83C-482B-A1F2-F71A3C5AF9FD} = {00000000-0000-0000-0000-000000000000}
416416
{5CCA0F47-1041-4C52-84D1-1A84297FAD79} = {7B620BDC-E7B0-4D95-98E6-63CC409508C4}
417417
EndGlobalSection
418418
GlobalSection(ExtensibilityGlobals) = postSolution

0 commit comments

Comments
 (0)