Skip to content

Commit

Permalink
Update CI.yml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Oct 17, 2023
1 parent 0755957 commit 990c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- master
tags: ['*']
pull_request:
branches:
Expand Down

2 comments on commit 990c4cc

@nhz2
Copy link
Member Author

@nhz2 nhz2 commented on 990c4cc Oct 17, 2023

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/93595

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.3.1 -m "<description of version>" 990c4cc6c15f88100cbaf2760a7ef33f060aacb7
git push origin v0.3.1

Please sign in to comment.