Skip to content

Commit

Permalink
commented out existing paths option
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gangl committed Jul 23, 2024
1 parent 81b9116 commit 8f4b3b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unity-py-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
push:
branches:
- main
paths:
- 'libs/unity-py/**'
- 'schemas/health-service/**'
# paths:
# - 'libs/unity-py/**'
# - 'schemas/health-service/**'
pull_request:
branches:
- main
paths:
- 'libs/unity-py/**'
- 'schemas/health-service/**'
# paths:
# - 'libs/unity-py/**'
# - 'schemas/health-service/**'

jobs:
changes:
Expand Down

0 comments on commit 8f4b3b1

Please sign in to comment.