Skip to content

Commit

Permalink
ci: add workflow_dispatch as event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatome committed Apr 5, 2023
1 parent e977d51 commit 507a05e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ v1 ]
pull_request:
branches: [ v1 ]
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 507a05e

Please sign in to comment.