Skip to content

Commit

Permalink
ci: enable workflow_dispatch
Browse files Browse the repository at this point in the history
This allows running the tests on an adhoc basis.
  • Loading branch information
gotmax23 committed Aug 21, 2023
1 parent ae24c09 commit 70775c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches-ignore:
- 'patchback/**'
pull_request:
workflow_dispatch:

jobs:
docs_sanity_docs_build:
Expand Down

0 comments on commit 70775c5

Please sign in to comment.