diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fdf9558..a3cb73d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -4,11 +4,15 @@ on: push: branches: - 'main' + paths: + - 'src/*.py' pull_request: types: - opened - reopened - synchronize + paths: + - 'src/*.py' permissions: contents: read diff --git a/src/app_revision.py b/src/app_revision.py index ad2c814..9513413 100644 --- a/src/app_revision.py +++ b/src/app_revision.py @@ -9,7 +9,7 @@ APP_NAME = 'Ruxx' APP_VER_MAJOR = '1' APP_VER_SUB = '6' -APP_REVISION = '672' +APP_REVISION = '673' APP_IS_BETA = False APP_IS_BETA_TEXT = 'b' * APP_IS_BETA APP_REV_DATE = '30 Aug 2024'