Skip to content

Commit

Permalink
change back to build on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hazel committed Nov 28, 2022
1 parent d7bd25e commit 15346f4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Build QMK firmware
on:
push:
paths:
- 'keyboards/jasonhazel/**'
- '.github/workflows/firmware_build.yml'
# branches:
# - main
# - master
# - 'develop**'
branches:
- main
- master
- 'develop**'
jobs:

Build:
Expand Down

0 comments on commit 15346f4

Please sign in to comment.