add manual run of workflow

This commit is contained in:
LilliaElaine
2025-10-21 17:35:18 -04:00
parent bbfc390244
commit 9c2d66496c

View File

@ -4,6 +4,8 @@
name: build name: build
on: on:
workflow_dispatch:
branches: ["main"]
push: push:
branches: ["main"] branches: ["main"]
pull_request: pull_request:
@ -28,5 +30,6 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with: with:
files: go-bsb-cams files: go-bsb-cams