diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d04f1e..90a8f17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,16 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - master + - dev + + pull_request: + branches: + - master + - dev env: TEST_PYTHON_VERSION: 3.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index d48db74..98b9761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `--silent` argument - `clear_screen` function ### Changed +- GitHub actions are limited to the `dev` and `master` branches - Restart mode updated - Exit bug fixed - Messages and templates moved to `params.py`