Skip to content

Commit 646bc03

Browse files
ci: add workflow_dispatch (#11)
1 parent c50bfdb commit 646bc03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/solana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: solana
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/universal-rs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: universal-rs
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -73,4 +74,4 @@ jobs:
7374
toolchain: ${{ env.RUSTC_VERSION }}
7475
components: rustfmt
7576
- run: cargo fmt --all --check
76-
working-directory: ./universal/rs
77+
working-directory: ./universal/rs

0 commit comments

Comments
 (0)