Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jun 6, 2024
1 parent 3b7c19f commit dd1bdff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches-ignore:
- 'circleci'
paths-ignore:
- '.circleci'
- 'samples/*'
- 'stress/*'
- 'performance/*'
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ skip_commits:
- 'tools/nuget/*'
- '.npmignore'
- 'test/config.json'
- 'test/config.json'
- 'test/double'
- 'appveyor_double.yml'
- '.circleci'

build: off

Expand Down

0 comments on commit dd1bdff

Please sign in to comment.