mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-02 01:18:50 +00:00
Fix syntax
This commit is contained in:
parent
2dfd76746d
commit
b2ea139da0
2 changed files with 6 additions and 6 deletions
6
.github/workflows/build-stls.yml
vendored
6
.github/workflows/build-stls.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Build Case STLs
|
name: Build Case STLs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
pull_request:
|
||||||
- workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-stls:
|
build-stls:
|
||||||
|
|
6
.github/workflows/compile-sketch.yml
vendored
6
.github/workflows/compile-sketch.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Compile Firmware
|
name: Compile Firmware
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
pull_request:
|
||||||
- workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compile-firmware:
|
compile-firmware:
|
||||||
|
|
Loading…
Reference in a new issue