Skip to content

Commit

Permalink
Update diffbot_ci_action.yml
Browse files Browse the repository at this point in the history
Allow manually triggering build
  • Loading branch information
fjp authored Apr 1, 2023
1 parent 8d1f5b7 commit bd7cc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diffbot_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: CI

# This determines when this workflow is run
on: [push, pull_request] # on all pushes and PRs
on: [push, pull_request, workflow_dispatch] # on all pushes and PRs

# or more fine-grained
# on:
Expand Down

0 comments on commit bd7cc67

Please sign in to comment.