mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Application Galore
This commit is contained in:
19
applications/plugins/musictracker/.github/workflows/build_dev.yml
vendored
Normal file
19
applications/plugins/musictracker/.github/workflows/build_dev.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Build dev
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build_dev:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build
|
||||
uses: oleksiikutuzov/flipperzero-ufbt-action@v1
|
||||
with:
|
||||
channel: dev
|
||||
Reference in New Issue
Block a user