Skip to content

Commit

Permalink
more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Mar 30, 2023
1 parent e67a645 commit f9ecadf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-artifacts-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths:
- src/**
- .github/workflows/**
- "*.sln"

env:
NODE_VERSION: '10.x' # Node 10 LTS
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
paths:
- src/**
- .github/workflows/**
- "*.sln"

# Upload code coverage results when PRs are merged
push:
branches:
Expand Down

0 comments on commit f9ecadf

Please sign in to comment.