Skip to content

Commit

Permalink
set format check branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoey authored Jun 20, 2022
1 parent 458645a commit 417915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: format-check
on:
push:
branches:
- master
- main
- release-*
pull_request:
types: [opened, synchronize, reopened]
Expand Down

2 comments on commit 417915a

@chriscoey
Copy link
Contributor 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/62793

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.0 -m "<description of version>" 417915a726c2994a83f968e3cb710053ad6640fa
git push origin v0.8.0

Please sign in to comment.