Skip to content

Commit

Permalink
Add a dispatch to allow for manual builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshpolansky committed Sep 11, 2024
1 parent 75187b3 commit 5e06cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Build Libraries

on:
workflow_dispatch:
push:
branches-ignore:
- 'main'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/buildPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Build Publish Libraries

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 5e06cf5

Please sign in to comment.