Browse Source

fix: Add Dispatch for Lazer Publisher SDK Action (#2580)

* add dispatch

* add dispatch proper
Darun Seethammagari 7 tháng trước cách đây
mục cha
commit
32501a3dc6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/publish-rust-lazer-publisher-sdk.yml

+ 1 - 0
.github/workflows/publish-rust-lazer-publisher-sdk.yml

@@ -1,6 +1,7 @@
 name: Publish Rust package pyth-lazer-publisher-sdk to crates.io
 
 on:
+  workflow_dispatch:
   push:
     tags:
       - rust-pyth-lazer-publisher-sdk-v*