Skip to content

Commit

Permalink
Merge pull request #602 from mcneel/will/workflow-dispatch
Browse files Browse the repository at this point in the history
Add workflow_dispatch to actions
  • Loading branch information
pearswj committed Nov 2, 2023
2 parents 0acf93a + f25dfec commit 0e915bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/actions/virtual-environments/tree/main/images

name: workflow ci
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:

Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: src/dist
name: rhino.compute
name: rhino.compute

0 comments on commit 0e915bd

Please sign in to comment.