Skip to content

Commit ef418b6

Browse files
committed
trigger build when docker folder changes
1 parent e177970 commit ef418b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- "**.h"
1414
- "**.c"
1515
- ".github/workflows/build.yml"
16+
- "docker"
1617
pull_request:
1718
branches:
1819
- "*"
@@ -24,6 +25,7 @@ on:
2425
- "**.h"
2526
- "**.c"
2627
- ".github/workflows/build.yml"
28+
- "docker"
2729

2830
jobs:
2931
build-windows-release:

0 commit comments

Comments
 (0)