Skip to content

Commit a063c40

Browse files
[jnigen] Add paths to github workflow
1 parent 3f34c6c commit a063c40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/jnigen.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ on:
1313
# Run on PRs and pushes to the default branch.
1414
push:
1515
branches: [main]
16+
paths:
17+
- '.github/workflows/jnigen.yaml'
18+
- 'pkgs/jnigen/**'
19+
- 'pkgs/jni/**'
1620
pull_request:
1721
branches: [main]
22+
paths:
23+
- '.github/workflows/jnigen.yaml'
24+
- 'pkgs/jnigen/**'
25+
- 'pkgs/jni/**'
1826
schedule:
1927
- cron: '0 0 * * 0'
2028

0 commit comments

Comments
 (0)