Skip to content

Commit

Permalink
ci: test installer whenever installer/ is touched
Browse files Browse the repository at this point in the history
... even if it is in a subdirectory, such as `installer/InnoSetup/`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 1, 2024
1 parent 50dfdb9 commit 9f7f1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
-e '/^make-file-list\.sh$/ainstaller/' \
-e '/^make-file-list\.sh$/aportable/' \
-e '/^make-file-list\.sh$/amingit/' \
-e 's|^\(installer/\).*|\1|' \
-e 's|[^/]*$||' |
sort -u >touched.txt &&
show_files touched.txt &&
Expand Down

0 comments on commit 9f7f1f7

Please sign in to comment.