Skip to content

Commit a77abdf

Browse files
committed
Re-enable filter
1 parent 917a919 commit a77abdf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Test @upstash/redis compatability
22
on:
33
workflow_dispatch:
44
push:
5-
# paths:
6-
# - 'lib/**'
5+
paths:
6+
- 'lib/**'
7+
- 'Dockerfile'
8+
- 'mix.exs'
9+
- 'mix.lock'
710
schedule:
811
- cron: '0 12 * * *'
912

0 commit comments

Comments
 (0)