Skip to content

Commit

Permalink
Merge pull request #18 from WildernessLabs/jorge-build-scripts
Browse files Browse the repository at this point in the history
Update build scripts
  • Loading branch information
adrianstevens committed May 30, 2024
2 parents a527a8a + 5e1c9d9 commit dbeeeb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Develop Build
on:
workflow_dispatch:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Main Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]

Expand All @@ -17,7 +18,6 @@ jobs:
uses: actions/checkout@v3
with:
path: Meadow.Foundation.CompositeDevices
ref: main

- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit dbeeeb8

Please sign in to comment.