Skip to content

Commit 32d6f9f

Browse files
committed
Include manager in AppleScript workflow paths
1 parent 7adf23e commit 32d6f9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/macos-applescript.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches: [main]
66
paths:
7+
- "src/slicer_uri_bridge/manager.py"
78
- "src/slicer_uri_bridge/resources/macos-launcher.applescript"
89
- "tests/test_manager_macos.py"
910
- ".github/workflows/macos-applescript.yml"
1011
pull_request:
1112
paths:
13+
- "src/slicer_uri_bridge/manager.py"
1214
- "src/slicer_uri_bridge/resources/macos-launcher.applescript"
1315
- "tests/test_manager_macos.py"
1416
- ".github/workflows/macos-applescript.yml"

0 commit comments

Comments
 (0)