Skip to content

Commit

Permalink
CI: run on "dev" branch & do not "continue-on-error" on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Nov 26, 2021
1 parent 341326d commit e669f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .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'
- 'dev' # push on dev, if CI green then fast-forward master into dev
tags: '*'

jobs:
Expand Down Expand Up @@ -50,4 +50,3 @@ jobs:
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
continue-on-error: ${{ matrix.version == 'nightly' }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BitIntegers"
uuid = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
authors = ["Rafael Fourquet <[email protected]>"]
version = "0.2.5"
version = "0.2.6"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit e669f38

@rfourquet
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/49420

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.6 -m "<description of version>" e669f38050f8feadb1de74bd2d51beaeb91f91ba
git push origin v0.2.6

Please sign in to comment.