Skip to content

Commit d21e85c

Browse files
committed
Run tool even on change to .github/actions/project-build/*
1 parent 635a3f0 commit d21e85c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/RedistTool.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ on:
77
push:
88
branches: [ master ]
99
paths:
10+
- '.github/actions/project-build/action.yaml'
11+
- '.github/actions/project-build/run-command-for-every-tests-project.ps1'
1012
- '.github/workflows/RedistTool.yaml'
1113
- 'src/**'
1214
- 'tests/**'
1315
pull_request:
1416
paths:
17+
- '.github/actions/project-build/action.yaml'
18+
- '.github/actions/project-build/run-command-for-every-tests-project.ps1'
1519
- '.github/workflows/RedistTool.yaml'
1620
- 'src/**'
1721
- 'tests/**'

0 commit comments

Comments
 (0)