We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8886261 commit 61418abCopy full SHA for 61418ab
.github/workflows/ci.yml
@@ -40,22 +40,6 @@ jobs:
40
Working directory: $(pwd)
41
EOF
42
43
- - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
44
- id: filter
45
- with:
46
- # Files in the `global` filter affect all workspaces, even if workspace-specific files have not changed.
47
- filters: |
48
- global:
49
- - ".github/workflows/ci.yml"
50
- - "package.json"
51
- - "package-lock.json"
52
- - "scripts/**"
53
- scratch-gui:
54
- - "packages/scratch-gui/**"
55
- - "packages/scratch-render/**"
56
- - "packages/scratch-svg-renderer/**"
57
- - "packages/scratch-vm/**"
58
-
59
- name: Build and test scratch-gui
60
working-directory: ./packages/scratch-gui
61
run: |
0 commit comments