Skip to content

Commit

Permalink
Enable build workflow on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Aug 29, 2024
1 parent e106bde commit 3776ae9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name: Continuous

on: [push]
on: [push, pull_request]

jobs:
ubuntu-latest:
Expand Down
7 changes: 5 additions & 2 deletions DendroDocs.Tool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DendroDocs.Tool.Tests", "te
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{356A51CF-BAEB-4C92-ACDB-D0C3E54D9FFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{C6FDC5CD-5E52-4F8A-8AFD-D61931CCAD8A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{356A51CF-BAEB-4C92-ACDB-D0C3E54D9FFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{356A51CF-BAEB-4C92-ACDB-D0C3E54D9FFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66695CA6-7F1D-4327-917C-1BE7BA5CF89D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66695CA6-7F1D-4327-917C-1BE7BA5CF89D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66695CA6-7F1D-4327-917C-1BE7BA5CF89D}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -29,13 +29,16 @@ Global
{B8F2E42D-3EBB-429E-A234-B9C8D9D77F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F2E42D-3EBB-429E-A234-B9C8D9D77F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F2E42D-3EBB-429E-A234-B9C8D9D77F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{356A51CF-BAEB-4C92-ACDB-D0C3E54D9FFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{356A51CF-BAEB-4C92-ACDB-D0C3E54D9FFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{66695CA6-7F1D-4327-917C-1BE7BA5CF89D} = {97902B46-CF68-40DF-AAD3-0B19EFE649FD}
{B8F2E42D-3EBB-429E-A234-B9C8D9D77F2B} = {8D0820F2-DD2F-46B5-8648-BAF2CAE32FCD}
{356A51CF-BAEB-4C92-ACDB-D0C3E54D9FFC} = {C6FDC5CD-5E52-4F8A-8AFD-D61931CCAD8A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B062964-9931-438A-9BD8-39AECD4D16FA}
Expand Down
3 changes: 2 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
GitHubActionsImage.UbuntuLatest,
FetchDepth = 0,
On = [
GitHubActionsTrigger.Push
GitHubActionsTrigger.Push,
GitHubActionsTrigger.PullRequest
],
InvokedTargets = [
nameof(Push)
Expand Down

0 comments on commit 3776ae9

Please sign in to comment.