Browse Source
Merge pull request #17915 from abpframework/maliming-patch-1
Update build-and-test.yml
pull/17916/head
liangshiwei
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/build-and-test.yml
|
|
|
@ -17,6 +17,7 @@ on: |
|
|
|
- 'templates/**/*.csproj' |
|
|
|
- 'templates/**/*.razor' |
|
|
|
- 'Directory.Build.props' |
|
|
|
- 'Directory.Packages.props' |
|
|
|
|
|
|
|
pull_request: |
|
|
|
paths: |
|
|
|
@ -33,6 +34,7 @@ on: |
|
|
|
- 'templates/**/*.csproj' |
|
|
|
- 'templates/**/*.razor' |
|
|
|
- 'Directory.Build.props' |
|
|
|
- 'Directory.Packages.props' |
|
|
|
types: |
|
|
|
- opened |
|
|
|
- synchronize |
|
|
|
|