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:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'manna-harbour/zmk-config'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: zmkfirmware/zmk-build-arm:2.4
|
||||
@ -13,7 +16,6 @@ jobs:
|
||||
matrix:
|
||||
shield:
|
||||
- corne_left
|
||||
- corne_right
|
||||
board:
|
||||
- nice_nano
|
||||
alphas: [""]
|
||||
Loading…
Reference in New Issue
Block a user