We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflow_dispatch
1 parent c50bfdb commit 646bc03Copy full SHA for 646bc03
.github/workflows/solana.yml
@@ -1,6 +1,7 @@
1
name: solana
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
.github/workflows/universal-rs.yml
name: universal-rs
@@ -73,4 +74,4 @@ jobs:
73
74
toolchain: ${{ env.RUSTC_VERSION }}
75
components: rustfmt
76
- run: cargo fmt --all --check
- working-directory: ./universal/rs
77
+ working-directory: ./universal/rs
0 commit comments