Skip to content

Commit

Permalink
master->main in couple of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Oct 6, 2021
1 parent 7e95a28 commit 81f9fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main
tags: '*'
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Documenter
on:
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:

Expand Down

4 comments on commit 81f9fc9

@timholy
Copy link
Collaborator Author

@timholy timholy commented on 81f9fc9 Oct 6, 2021

Choose a reason for hiding this comment

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

@timholy
Copy link
Collaborator Author

@timholy timholy commented on 81f9fc9 Oct 6, 2021

Choose a reason for hiding this comment

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

@timholy
Copy link
Collaborator Author

@timholy timholy commented on 81f9fc9 Oct 6, 2021

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

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.1.0 -m "<description of version>" 81f9fc93d75d82087e539940afe479b8828ae2ea
git push origin v0.1.0

Please sign in to comment.