Browse Source

Update build-and-test.yml

pull/21822/head
maliming 1 year ago
committed by GitHub
parent
commit
fb76ceeb70
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -18,6 +18,7 @@ on:
- 'templates/**/*.razor' - 'templates/**/*.razor'
- 'Directory.Build.props' - 'Directory.Build.props'
- 'Directory.Packages.props' - 'Directory.Packages.props'
- '.github/workflows/build-and-test.yml'
pull_request: pull_request:
paths: paths:
@ -35,6 +36,7 @@ on:
- 'templates/**/*.razor' - 'templates/**/*.razor'
- 'Directory.Build.props' - 'Directory.Build.props'
- 'Directory.Packages.props' - 'Directory.Packages.props'
- '.github/workflows/build-and-test.yml'
types: types:
- opened - opened
- synchronize - synchronize

Loading…
Cancel
Save