Skip to content

Commit

Permalink
Merge pull request #1753 from DuendeSoftware/dh/templates-ci-pr
Browse files Browse the repository at this point in the history
Add a path specification to the pull_request trigger
  • Loading branch information
damianh authored Feb 4, 2025
2 parents 3824778 + 6229a7f commit 39d7f8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/templates-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
paths:
- 'templates/**'
pull_request:
branches:
- main
paths:
- 'templates/**'

env:
DOTNET_NOLOGO: true
Expand Down

0 comments on commit 39d7f8c

Please sign in to comment.