Skip to content

Commit

Permalink
[jnigen] Add paths to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Nov 16, 2023
1 parent 3f34c6c commit a063c40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/jnigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ on:
# Run on PRs and pushes to the default branch.
push:
branches: [main]
paths:
- '.github/workflows/jnigen.yaml'
- 'pkgs/jnigen/**'
- 'pkgs/jni/**'
pull_request:
branches: [main]
paths:
- '.github/workflows/jnigen.yaml'
- 'pkgs/jnigen/**'
- 'pkgs/jni/**'
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit a063c40

Please sign in to comment.