Skip to content

Commit

Permalink
add CI trigger for PR on arctrl branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Jul 31, 2023
1 parent c441b58 commit aed8e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ developer ]
pull_request:
branches: [ developer ]
branches: [ developer, arctrl ]

jobs:
build-and-test-linux:
Expand Down
3 changes: 2 additions & 1 deletion ARCtrl.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{326188FB-2CC0-4610-A082-708885BF47AA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\build-test.yml = .github\workflows\build-test.yml
build.cmd = build.cmd
build.sh = build.sh
.config\dotnet-tools.json = .config\dotnet-tools.json
Expand Down Expand Up @@ -115,7 +116,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JavaScript", "JavaScript",
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ARCtrl", "src\ARCtrl\ARCtrl.fsproj", "{9BE5D83D-EA90-4382-A132-174FD158227F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ARCtrl.Tests", "tests\ARCtrl\ARCtrl.Tests.fsproj", "{801247D5-7EE5-49C8-AB26-F822A415BA49}"
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ARCtrl.Tests", "tests\ARCtrl\ARCtrl.Tests.fsproj", "{801247D5-7EE5-49C8-AB26-F822A415BA49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit aed8e76

Please sign in to comment.