Skip to content

Commit 0c21860

Browse files
committed
changes to build only when plan file changes
Signed-off-by: Ravi Duddela <rduddela@progress.com>
1 parent 6d55c9b commit 0c21860

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-build-validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
branches:
1212
- base-2025
1313
paths:
14-
- 'linux/**'
15-
- 'windows/**'
14+
- 'linux/**/plan.sh'
15+
- 'windows/**/plan.ps1'
1616
- '.github/workflows/pr-build-validate.yml'
1717
push:
1818
branches:
1919
- base-2025
2020
paths:
21-
- 'linux/**'
22-
- 'windows/**'
21+
- 'linux/**/plan.sh'
22+
- 'windows/**/plan.ps1'
2323

2424
env:
2525
HAB_ORIGIN: ci

0 commit comments

Comments
 (0)