Skip to content

Commit

Permalink
chore: add manual trigger to test workflow (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode authored Nov 17, 2023
1 parent 6decf31 commit 1ee3eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Tests"

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build: # make sure build/ci work properly and there is no faked build ncc built scripts
Expand Down

0 comments on commit 1ee3eaf

Please sign in to comment.