diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3131c8e..159071d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,6 @@ on: branches-ignore: - 'circleci' paths-ignore: - - '.circleci' - 'samples/*' - 'stress/*' - 'performance/*' @@ -27,9 +26,13 @@ on: - '.npmignore' - 'test/config.json' - 'test/double' + - '.circleci' + - 'README.md' + env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true # required to setup CSC + DOTNET_CLI_TELEMETRY_OPTOUT: 1 jobs: build-test: diff --git a/appveyor.yml b/appveyor.yml index d518f0c4..11bd5831 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,9 +61,9 @@ skip_commits: - 'tools/nuget/*' - '.npmignore' - 'test/config.json' - - 'test/config.json' - 'test/double' - 'appveyor_double.yml' + - '.circleci' build: off