Skip to content

Commit

Permalink
Add GH trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jun 26, 2022
1 parent ed8a785 commit 2b80298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: darwin-arm64

on:
workflow_dispatch:
workflow_run:
workflows: [ linux-arm ]
types:
- completed

jobs:
darwin-arm64-python3:
Expand Down
2 changes: 1 addition & 1 deletion src/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'linux-arm' : 'darwin-x64',
'linux-arm64' : 'windows-x64',
'linux-riscv64' : 'linux-arm64',
'darwin-arm64' : 'darwin-x64',
'darwin-arm64' : 'linux-arm',
})

cargo_target = dict({
Expand Down

0 comments on commit 2b80298

Please sign in to comment.