Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from ka7eh/develop
Browse files Browse the repository at this point in the history
Add release event to GH CI Action
  • Loading branch information
ka7eh authored Aug 15, 2021
2 parents 7dcb9f6 + 95297f7 commit e2de3a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Check formats and run tests and coverage
name: Lint, test, and publish

on:
push:
branches:
- develop
release:
types: [published]

jobs:
test:
Expand Down Expand Up @@ -78,7 +80,7 @@ jobs:
args: -- -D warnings

publish:
name: Publish to creates.io
name: Publish to crates.io
runs-on: ubuntu-latest
if: github.event_name == 'release'
steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v0.1.7

- Updated dependencies and tested with Rust 1.54
- Replaced Travis CI with Githib Actions
- Replaced Travis CI with Github Actions
- Fixed an issue with missing headers
- Use log macros to output messages

0 comments on commit e2de3a9

Please sign in to comment.