Skip to content

Commit

Permalink
Add workflow_dispatch trigger to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Nov 22, 2024
1 parent 20c079e commit 6e5cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (outdated) Documentation:
# https://github.com/3MFConsortium/spec_conventions/blob/master/generatePDFs/generatePDFs.md

on: [pull_request]
on: [pull_request, workflow_dispatch]
name: Build
jobs:
build-linux:
Expand Down

0 comments on commit 6e5cf30

Please sign in to comment.