Skip to content

Commit

Permalink
Add satoshi to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Dec 17, 2024
1 parent da376e7 commit c9c85b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-satoshi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build satoshi
on:
- push
- pull_request
- workflow_dispatch
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/build-macos.yaml
with:
hostname: satoshi
secrets: inherit

0 comments on commit c9c85b6

Please sign in to comment.