diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24693d4..b4bb80e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 87af16c..3679093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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