Skip to content

Commit

Permalink
fix branch name in format check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jul 24, 2023
1 parent fd31dc3 commit 327c8ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: format-check
on:
push:
branches:
- 'master'
- 'main'
- 'release-'
tags: '*'
pull_request:

Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
@error "Some files have not been formatted !!!"
write(stdout, out)
exit(1)
end'
end'

2 comments on commit 327c8ce

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 327c8ce Jul 24, 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/88231

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 v2.0.2 -m "<description of version>" 327c8ce50ad5e976f36d02fbf358aa8efd98f44b
git push origin v2.0.2

Please sign in to comment.