Skip to content

Commit

Permalink
Merge pull request #151 from Tynamix/develop
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
Tynamix authored Aug 2, 2024
2 parents 2bee7f1 + 7781cd0 commit 824cf7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: build-and-test

on:
push:
branches: [ "develop" ]
branches: [ "master" ]
pull_request:
branches: [ "develop", "master" ]

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 824cf7e

Please sign in to comment.