diff --git a/.github/workflows/build-satoshi.yaml b/.github/workflows/build-satoshi.yaml new file mode 100644 index 0000000..a4aa871 --- /dev/null +++ b/.github/workflows/build-satoshi.yaml @@ -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