Skip to content

Commit 46ddb01

Browse files
committed
ci: Trigger ci.yml for changes under pkg/contrib
This will catch changes to the likes of wasmtime and njs. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent c5846ba commit 46ddb01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'go/**'
99
- 'src/**'
1010
- 'test/**'
11+
- 'pkg/contrib/**'
1112
- '.github/workflows/ci.yml'
1213
push:
1314
branches: master
@@ -17,6 +18,7 @@ on:
1718
- 'go/**'
1819
- 'src/**'
1920
- 'test/**'
21+
- 'pkg/contrib/**'
2022
- '.github/workflows/ci.yml'
2123

2224
jobs:

0 commit comments

Comments
 (0)