Skip to content

Commit

Permalink
add pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Sep 25, 2023
1 parent d83400e commit e78b834
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ on:
- '*'
branches:
- '*'

pull_request:
paths:
- 'qmk_firmware/keyboards/keyball/**.c'
- 'qmk_firmware/keyboards/keyball/**.h'
- 'qmk_firmware/keyboards/keyball/**.json'
- '.github/actions/setup-qmk/**.yml'
- '.github/workflows/build*.yml'

workflow_call: {}

jobs:
Expand Down

0 comments on commit e78b834

Please sign in to comment.