Spaces:
Sleeping
Sleeping
hiett
commited on
Commit
·
51e1546
1
Parent(s):
d976565
Change when action runs
Browse files
.github/workflows/test.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
name: Test @upstash/redis compatability
|
2 |
on:
|
3 |
push:
|
|
|
|
|
4 |
workflow_dispatch:
|
5 |
|
6 |
env:
|
|
|
1 |
name: Test @upstash/redis compatability
|
2 |
on:
|
3 |
push:
|
4 |
+
paths:
|
5 |
+
- 'lib/**'
|
6 |
workflow_dispatch:
|
7 |
|
8 |
env:
|