Skip to content

Commit

Permalink
Update CI.yml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Oct 16, 2023
1 parent 14498a7 commit bbfadba
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 bbfadba

@nhz2
Copy link
Member Author

@nhz2 nhz2 commented on bbfadba Oct 16, 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/93507

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.8.1 -m "<description of version>" bbfadbad2c357b4ad748cb2ba7113616f1b3bf8d
git push origin v0.8.1

Please sign in to comment.