Skip to content

Commit

Permalink
build: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Oct 3, 2023
1 parent 752dfac commit c21be00
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reset.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: reset settings

on:
push:
branches:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/reviung34.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Reviung34

on:
push:
branches:
- master
- main
paths:
- "**reviung34.*"
pull_request:
workflow_dispatch:

jobs:
build_sweep:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
secrets: inherit
with:
build_matrix_path: "build_matrix/reviung34.yaml"
archive_name: "zmk_reviung34"
2 changes: 2 additions & 0 deletions .github/workflows/reviung5.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Reviung5

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sweep.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Sweep

on:
push:
branches:
Expand Down

0 comments on commit c21be00

Please sign in to comment.