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
parent
commit
ad3ae60a6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-and-test.yml

2
.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

Loading…
Cancel
Save