mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Prevent build-corne_left-default.yml from running on forks
This commit is contained in:
parent
f544f554e2
commit
2c5585869a
@ -1,10 +1,13 @@
|
|||||||
name: 'Build corne with default options'
|
name: 'Build corne_left with default options'
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
branches:
|
||||||
- workflow_dispatch
|
- master
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository == 'manna-harbour/zmk-config'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: zmkfirmware/zmk-build-arm:2.4
|
image: zmkfirmware/zmk-build-arm:2.4
|
||||||
@ -13,7 +16,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
shield:
|
shield:
|
||||||
- corne_left
|
- corne_left
|
||||||
- corne_right
|
|
||||||
board:
|
board:
|
||||||
- nice_nano
|
- nice_nano
|
||||||
alphas: [""]
|
alphas: [""]
|
||||||
Loading…
Reference in New Issue
Block a user