Skip to content

Commit

Permalink
ci: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO authored Jun 8, 2024
1 parent 65287ef commit 5341ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Buttplug CI Build

on:
workflow_dispatch:
push:
branches:
- dev
Expand Down Expand Up @@ -93,4 +94,4 @@ jobs:
version: 'latest'
- name: Build Dev
run: wasm-pack build --dev --no-default-features --features wasm
working-directory: ./buttplug
working-directory: ./buttplug

0 comments on commit 5341ebf

Please sign in to comment.