Skip to content

Commit

Permalink
Test new CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jun 21, 2024
1 parent 8685d62 commit 11961f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
uses: SmingHub/Sming/.github/workflows/library.yml@develop
uses: mikee47/Sming/.github/workflows/library.yml@dev/macos
with:
sming_repo: ${{ inputs.sming_repo }}
sming_branch: ${{ inputs.sming_branch }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: [push, pull_request]

jobs:
build:
uses: SmingHub/Sming/.github/workflows/library.yml@develop
uses: mikee47/Sming/.github/workflows/library.yml@dev/macos

0 comments on commit 11961f1

Please sign in to comment.