Skip to content

Commit

Permalink
Update Tier1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat authored Jul 14, 2021
1 parent 38131fd commit cb3e656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tier 1
on:
push:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand All @@ -14,7 +14,7 @@ on:
- '.gitignore'
pull_request:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand Down

2 comments on commit cb3e656

@PharmCat
Copy link
Owner 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/40876

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

Please sign in to comment.