Run build when pushing to own branches

This commit is contained in:
Jose Gisbert 2024-04-23 14:03:41 +02:00
parent ed1da3e808
commit 92793d512f

View file

@ -1,6 +1,10 @@
name: Build QMK firmware
on: [push, workflow_dispatch]
on:
push:
branches:
- 'lejouson/**'
workflow_dispatch:
permissions:
contents: write