diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 97cd0d5..f13ca24 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -5,7 +5,7 @@ name: build-and-test on: push: - branches: [ "develop" ] + branches: [ "master" ] pull_request: branches: [ "develop", "master" ] diff --git a/.github/workflows/publish-to-nuget.yml b/.github/workflows/publish-to-nuget.yml index f3eafed..c7af83d 100644 --- a/.github/workflows/publish-to-nuget.yml +++ b/.github/workflows/publish-to-nuget.yml @@ -75,6 +75,10 @@ jobs: runs-on: windows-latest needs: [ validate_nuget, run_test ] steps: + - uses: trstringer/manual-approval@v1 + with: + secret: ${{ github.TOKEN }} + approvers: Tynamix # Download the NuGet package created in the previous job - uses: actions/download-artifact@v3 with: diff --git a/README.md b/README.md index 8632aed..70a7ebb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/pa49pti5v13iux3i?svg=true)](https://ci.appveyor.com/project/Tynamix/objectfiller-net) +[![Build Status](https://github.com/Tynamix/ObjectFiller.NET/actions/workflows/build-and-test.yml/badge.svg?branch=master&event=push)](https://github.com/Tynamix/ObjectFiller.NET/actions/workflows/build-and-test.yml) [![Join the chat at https://gitter.im/Tynamix/ObjectFiller.NET](https://badges.gitter.im/Tynamix/ObjectFiller.NET.svg)](https://gitter.im/Tynamix/ObjectFiller.NET?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # ObjectFiller.NET