Skip to content

Commit

Permalink
main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Aug 25, 2024
1 parent 00699f5 commit 32dfaeb
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 @@ -9,13 +9,13 @@ jobs:
build:
name: 'QMK Userspace Build'
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
qmk_repo: plodah/qmk_firmware
qmk_ref: mybuilds-2024-08

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

0 comments on commit 32dfaeb

Please sign in to comment.