Skip to content

Commit 824cf7e

Browse files
authored
Merge pull request #151 from Tynamix/develop
Update Readme
2 parents 2bee7f1 + 7781cd0 commit 824cf7e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: build-and-test
55

66
on:
77
push:
8-
branches: [ "develop" ]
8+
branches: [ "master" ]
99
pull_request:
1010
branches: [ "develop", "master" ]
1111

.github/workflows/publish-to-nuget.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
runs-on: windows-latest
7676
needs: [ validate_nuget, run_test ]
7777
steps:
78+
- uses: trstringer/manual-approval@v1
79+
with:
80+
secret: ${{ github.TOKEN }}
81+
approvers: Tynamix
7882
# Download the NuGet package created in the previous job
7983
- uses: actions/download-artifact@v3
8084
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build status](https://ci.appveyor.com/api/projects/status/pa49pti5v13iux3i?svg=true)](https://ci.appveyor.com/project/Tynamix/objectfiller-net)
1+
[![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)
22
[![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)
33

44
# ObjectFiller.NET

0 commit comments

Comments
 (0)