Skip to content

Commit

Permalink
include files
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed May 12, 2024
1 parent 0aff25c commit 1a04685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- master
- 'feature/*'
paths:
- '**/*'
- '!**.md'

jobs:
Expand Down
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

[GitHubActions("Build and test", GitHubActionsImage.Ubuntu2204,
OnPushBranches = ["master", "feature/*"],
OnPushIncludePaths = ["**/*"],
OnPushExcludePaths = ["**.md"],
InvokedTargets = [nameof(Test), nameof(VerifyStyle)],
CacheKeyFiles = ["**/global.json", "**/*.csproj", "**/Directory.Build.props", "**/package-lock.json", ".nvmrc"],
Expand Down

0 comments on commit 1a04685

Please sign in to comment.