Skip to content

Commit

Permalink
ci(github-actions): include Directory.Packages.props in build paths
Browse files Browse the repository at this point in the history
- Added 'Directory.Packages.props' to the list of paths that trigger the build job in GitHub Actions.
- This change ensures that modifications to package properties will also initiate a new build.
  • Loading branch information
winromulus committed Nov 14, 2024
1 parent 04a0d0c commit 2438db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ jobs:
- 'src/**'
- 'ES.FX.sln'
- 'Directory.Build.props'
- 'Directory.Packages.props'
build:
- 'src/**'
- 'playground/**'
- 'tests/**'
- 'ES.FX.sln'
- 'Directory.Build.props'
- 'Directory.Packages.props'
- name: tools - evaluate build flag
if: steps.change_detection.outputs.build == 'true' ||
Expand Down

0 comments on commit 2438db8

Please sign in to comment.