Skip to content

Commit

Permalink
chore: Update test.yml to handle changes in client/apps/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Sep 11, 2024
1 parent e8585aa commit dd7752b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Check Changes in client/apps
on:
pull_request:
branches:
- '*'
- "*"
push:
branches:
- '*'
- "*"

jobs:
check-changes:
Expand All @@ -31,4 +31,5 @@ jobs:
fi
- name: Output result
run: echo "Changes in client/apps: ${{ steps.check_changes.outputs.changes_detected }}"
run: |
echo "Changes in client/apps: ${{ steps.check_changes.outputs.changes_detected }}"

0 comments on commit dd7752b

Please sign in to comment.