Skip to content

Commit

Permalink
Update trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Nov 2, 2019
1 parent 0cdd8ef commit 2f5e720
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci

on: [push]
on:
push:
paths:
- lib/**
- spec/**

jobs:
tests-mri:
Expand Down

0 comments on commit 2f5e720

Please sign in to comment.