mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +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
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_call:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build-stls:
|
||||
|
|
6
.github/workflows/compile-sketch.yml
vendored
6
.github/workflows/compile-sketch.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Compile Firmware
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_call:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
compile-firmware:
|
||||
|
|
Loading…
Reference in a new issue