Skip to content

Commit

Permalink
chore(ci): add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Feb 13, 2023
1 parent e2f7020 commit 8627c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.github.com/en/actions/quickstart

name: CI
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8627c5f

Please sign in to comment.