diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 585ae432..2f67b7ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,23 @@ name: Main -on: push +on: + push: + paths-ignore: + - 'samples/*' + - 'stress/*' + - 'performance/*' + - '.github/FUNDING.YML' + - '**/*.md' + - '**/*.d.ts' + - '**/*.bat' + - '.travis.yml' + - 'Dockerfile' + - '.gitconfig' + - '.gitignore' + - 'appveyor.*' + - 'LICENSE*' + - '.idea/**' + - '.vscode/**' env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true # required to setup CSC diff --git a/README.md b/README.md index de4c7417..9f4c580b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ var helloWorld = edge.func(function () {/* ## Migration to .NET Core 3.1 :exclamation: -Edge.Js C# code has been migrated to .NET 3.1. If your project is referencing `EdgeJs.dll` and/or `Edge.js.CSharp.dll` those file locations changed. +Edge.Js C# code has been migrated to .NET 3.1. If your project is referencing `EdgeJs.dll` and/or `Edge.js.CSharp.dll` file locations have changed. ```bash node_modules/edge-js/lib/bootstrap/bin/Release/netcoreapp3.1/EdgeJs.dll diff --git a/appveyor.yml b/appveyor.yml index d4dffab2..f2e7f5d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,6 +55,9 @@ skip_commits: - '**/*.bat' - '.travis.yml' - 'Dockerfile' - - 'README' + - 'README.md' + - 'LICENSE*' + - '.idea/**' + - '.vscode/**' build: off \ No newline at end of file