We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34c6c commit a063c40Copy full SHA for a063c40
.github/workflows/jnigen.yaml
@@ -13,8 +13,16 @@ on:
13
# Run on PRs and pushes to the default branch.
14
push:
15
branches: [main]
16
+ paths:
17
+ - '.github/workflows/jnigen.yaml'
18
+ - 'pkgs/jnigen/**'
19
+ - 'pkgs/jni/**'
20
pull_request:
21
22
23
24
25
26
schedule:
27
- cron: '0 0 * * 0'
28
0 commit comments