Skip to content

Commit

Permalink
Merge pull request #36 from JuliaIntervals/lucaferranti-patch-1
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
lucaferranti authored Oct 20, 2021
2 parents f7145fd + 431157f commit b7ef40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: "main"
branches: "master"
tags: ["*"]
pull_request:
release:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
file: lcov.info

3 comments on commit b7ef40e

@lucaferranti
Copy link
Member Author

Choose a reason for hiding this comment

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

@lucaferranti
Copy link
Member 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/63995

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.0 -m "<description of version>" b7ef40e0b7ed75da6747e10a37588162b51ffcd3
git push origin v0.2.0

Please sign in to comment.