Scott Hiett commited on
Commit
a77abdf
·
1 Parent(s): 917a919

Re-enable filter

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +5 -2
.github/workflows/test.yml CHANGED
@@ -2,8 +2,11 @@ name: Test @upstash/redis compatability
2
  on:
3
  workflow_dispatch:
4
  push:
5
- # paths:
6
- # - 'lib/**'
 
 
 
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