Skip to content

Commit

Permalink
gha: Add paths trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 22, 2019
1 parent 4530dcd commit b8dd284
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: docker image ci

on: push
on:
push:
paths:
- '**'
- '!LICENSE'
- '!README.md'
- '!images'

jobs:
test:
Expand Down

0 comments on commit b8dd284

Please sign in to comment.