Skip to content

Commit

Permalink
Make faster nix workflow the default
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Jan 9, 2025
1 parent 4e94102 commit 9f386d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build ZMK firmware (nix)
on:
workflow_dispatch:
# push:
# paths:
# - config/**
# - build.yaml
push:
paths:
- config/**
- build.yaml

jobs:
build:
uses: urob/zmk-actions/.github/workflows/build-user-config.yml@main
uses: urob/zmk-actions/.github/workflows/build-user-config.yml@v4
with:
# Optionally choose the toolchain to use: Zephyr SDK (default) or GNU Arm
# Embedded ('gnuarmemb'). The latter results in slightly faster builds.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build ZMK firmware
on:
workflow_dispatch:
push:
paths:
- config/**
- build.yaml
# push:
# paths:
# - config/**
# - build.yaml

jobs:
build:
Expand Down

0 comments on commit 9f386d2

Please sign in to comment.