Skip to content

Commit

Permalink
Point workflows at qmk/.githubs main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 27, 2023
1 parent 5212d63 commit 1ee9894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ permissions:
jobs:
build:
name: 'QMK Userspace Build'
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@qmk-userspace
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
with:
qmk_repo: qmk/qmk_firmware
qmk_ref: master

publish:
name: 'QMK Userspace Publish'
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@qmk-userspace
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
if: always() && !cancelled()
needs: build

0 comments on commit 1ee9894

Please sign in to comment.