Skip to content

Commit

Permalink
Enable workflow_dispatch option in Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Feb 7, 2024
1 parent 229100a commit 1891995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- "*"
# Allows you to run this workflow manually from the Actions tab
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 1891995

Please sign in to comment.