Skip to content

Commit

Permalink
Add ability to manually run a workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus authored Feb 6, 2024
1 parent 27eadc7 commit 5c0d8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build with GraalVM Native Image
on: [push]
on: [push, workflow_dispatch]
env:
MX_PYTHON: python3.8
jobs:
Expand Down

0 comments on commit 5c0d8d9

Please sign in to comment.