GHA: Trigger Linux and Windows builds when .map and .def files change

This commit is contained in:
Nicolas Williams
2026-01-22 13:15:23 -06:00
parent 81b293d66b
commit bb4476ebe1
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ on:
- '**.py'
- '**.asn1'
- '**.opt'
- '**.map'
- '**/COPYING'
- '**/INSTALL'
- '**/README*'

View File

@@ -19,6 +19,7 @@ on:
- '**.py'
- '**.asn1'
- '**.opt'
- '**.map'
- '**/COPYING'
- '**/INSTALL'
- '**/README*'

View File

@@ -18,6 +18,7 @@ on:
- '**.asn1'
- '**.opt'
- '**.w32'
- '**.def'
- '**/NTMakefile*'
- '**/COPYING'
- '**/INSTALL'