diff --git a/CHANGES.md b/CHANGES.md index ebad107..e7f51dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +**24.9.3 (2024-09-11)** +* Added GitHub action trigger for PRs + **24.9.2 (2024-09-11)** * Fixed coverage setup in pipeline diff --git a/ambient_package_update/__init__.py b/ambient_package_update/__init__.py index 33030dc..a552498 100644 --- a/ambient_package_update/__init__.py +++ b/ambient_package_update/__init__.py @@ -1,3 +1,3 @@ """Ambient package update tool for clean and swift maintenance""" -__version__ = "24.9.2" +__version__ = "24.9.3" diff --git a/ambient_package_update/templates/.github/workflows/ci.yml.tpl b/ambient_package_update/templates/.github/workflows/ci.yml.tpl index d849d5c..07627a5 100644 --- a/ambient_package_update/templates/.github/workflows/ci.yml.tpl +++ b/ambient_package_update/templates/.github/workflows/ci.yml.tpl @@ -3,6 +3,7 @@ name: Unit tests on: push: branches: [ '**' ] + pull_request: jobs: linting: