mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 23:54:17 -04:00
Run build when pushing to own branches
This commit is contained in:
parent
ed1da3e808
commit
92793d512f
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build_binaries.yaml
vendored
6
.github/workflows/build_binaries.yaml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Build QMK firmware
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'lejouson/**'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue