From 03fb1baaf8ace943a5d402ff13bb1b94a77a297f Mon Sep 17 00:00:00 2001 From: ModernRonin <7413294+ModernRonin@users.noreply.github.com> Date: Wed, 5 May 2021 14:13:32 +0100 Subject: [PATCH] fixed syntax --- .github/workflows/push-nuget.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-nuget.yml b/.github/workflows/push-nuget.yml index a5ea2ff..44d0247 100644 --- a/.github/workflows/push-nuget.yml +++ b/.github/workflows/push-nuget.yml @@ -7,7 +7,8 @@ on: # Triggers the workflow on push to the master branch push: branches: [ master ] - paths: NSubstituteEquivalency/release.history + paths: + - 'NSubstituteEquivalency/release.history' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: