Spaces:
Sleeping
Sleeping
Scott Hiett
commited on
Commit
·
a77abdf
1
Parent(s):
917a919
Re-enable filter
Browse files
.github/workflows/test.yml
CHANGED
@@ -2,8 +2,11 @@ name: Test @upstash/redis compatability
|
|
2 |
on:
|
3 |
workflow_dispatch:
|
4 |
push:
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
7 |
schedule:
|
8 |
- cron: '0 12 * * *'
|
9 |
|
|
|
2 |
on:
|
3 |
workflow_dispatch:
|
4 |
push:
|
5 |
+
paths:
|
6 |
+
- 'lib/**'
|
7 |
+
- 'Dockerfile'
|
8 |
+
- 'mix.exs'
|
9 |
+
- 'mix.lock'
|
10 |
schedule:
|
11 |
- cron: '0 12 * * *'
|
12 |
|