Skip to content

Commit

Permalink
Rev 673: Restrict CI to sources only
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Aug 30, 2024
1 parent 743ceda commit cde9d28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
branches:
- 'main'
paths:
- 'src/*.py'
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- 'src/*.py'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion src/app_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cde9d28

Please sign in to comment.