Skip to content

Commit

Permalink
add workflow dispatch trigger (#13)
Browse files Browse the repository at this point in the history
* add workflow dispatch trigger
* change to aarch64 binary for macos runner
  • Loading branch information
davidjmeyer authored May 31, 2024
1 parent 18a489b commit beeb260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
workflow_dispatch:


jobs:
linux:
Expand All @@ -31,7 +33,7 @@ jobs:

steps:
- name: install dependencies
run: rustup component add clippy --toolchain stable-x86_64-apple-darwin
run: rustup component add clippy --toolchain stable-aarch64-apple-darwin
- name: checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit beeb260

Please sign in to comment.