Skip to content

Commit

Permalink
Make CI jobs runable by hand (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Sep 19, 2023
1 parent b8cbd3b commit 4189de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
tags: '*'
pull_request:
workflow_dispatch:

jobs:
Documenter:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
tags: '*'
pull_request:
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 4189de0

Please sign in to comment.