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 committed Sep 19, 2023
1 parent 2d44bae commit 29dd656
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

2 comments on commit 29dd656

@lgoettgens
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91682

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.7 -m "<description of version>" 29dd6566afbe465d9ac4a1d34fa7eaf7ada747f2
git push origin v0.6.7

Please sign in to comment.