Skip to content

Commit

Permalink
Restrict build-pull-request to code changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed May 11, 2023
1 parent f33c630 commit aaab89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ['master']
paths: ['**/*.kt', '**/*.kts', '**/*.properties', '**/*.toml']
pull_request:
paths: ['**/*.kt', '**/*.kts', '**/*.properties', '**/*.toml']
workflow_dispatch:

env:
Expand Down

0 comments on commit aaab89c

Please sign in to comment.