Skip to content

Commit

Permalink
try another workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Aug 25, 2024
1 parent 32dfaeb commit cd70160
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build_binaries_2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build QMK firmware

on: [workflow_dispatch]

permissions:
contents: write

jobs:
build:
name: 'QMK Userspace Build Develop'
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
if: github.ref == 'refs/heads/main'
with:
qmk_repo: plodah/qmk_firmware
qmk_ref: mydevbuilds-2024-08

publish:
name: 'QMK Userspace Publish Develop'
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
if: github.ref == 'refs/heads/main' && always() && !cancelled()
needs: build

0 comments on commit cd70160

Please sign in to comment.