Skip to content

Commit

Permalink
Merge pull request #1012 from researchapps/add/workflow-dispatch
Browse files Browse the repository at this point in the history
add workflow dispatch
  • Loading branch information
vsoch committed Mar 2, 2023
2 parents 35d3c96 + b6f9982 commit 035e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [ pull_request, push ]
on: [ pull_request, push, workflow_dispatch ]
name: ci
jobs:
check-pr:
Expand Down

0 comments on commit 035e83e

Please sign in to comment.