From ab9176789e9bd613be414dfe641a49ac5d5506af Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Thu, 11 Jul 2024 15:52:38 -0700 Subject: [PATCH] Release 1.12.8 --- .github/workflows/develop-ci.yml | 2 +- .github/workflows/main-ci.yml | 2 +- src/Meadow.Modbus/Meadow.Modbus.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index d733615..db15651 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -3,6 +3,7 @@ name: Develop Build on: workflow_dispatch: pull_request: + branches: [ develop ] push: branches: [ develop ] @@ -38,7 +39,6 @@ jobs: uses: actions/checkout@v3 with: path: Meadow.Modbus - ref: develop - name: Setup .NET uses: actions/setup-dotnet@v1 diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 98bb854..a75287f 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -3,6 +3,7 @@ name: Main Build on: workflow_dispatch: pull_request: + branches: [ main ] push: branches: [ main ] @@ -17,7 +18,6 @@ jobs: uses: actions/checkout@v3 with: path: Meadow.Modbus - ref: main - name: Setup .NET uses: actions/setup-dotnet@v1 diff --git a/src/Meadow.Modbus/Meadow.Modbus.csproj b/src/Meadow.Modbus/Meadow.Modbus.csproj index 66945fb..94ba68b 100644 --- a/src/Meadow.Modbus/Meadow.Modbus.csproj +++ b/src/Meadow.Modbus/Meadow.Modbus.csproj @@ -23,6 +23,6 @@ - +