Skip to content

Commit 7292597

Browse files
committed
Include packages in gh actions node filter
1 parent 88e791c commit 7292597

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/push.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Test"
1+
name: 'Test'
22
on:
33
push:
44
branches:
@@ -25,7 +25,8 @@ jobs:
2525
- '.github/actions/**'
2626
node:
2727
- *workflows
28-
- 'apps/desktop/**'
28+
- 'apps/**'
29+
- 'packages/**'
2930
- 'package.json'
3031
- 'pnpm-lock.yaml'
3132
common-rust: &rust
@@ -149,5 +150,5 @@ jobs:
149150
with:
150151
shared-key: windows-rust-testing
151152
key: ${{ inputs.features }}
152-
- name: "cargo check"
153+
- name: 'cargo check'
153154
run: cargo check --workspace --all-targets --features windows

0 commit comments

Comments
 (0)