mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-15 15:55:38 +00:00
gha: Add paths trigger
This commit is contained in:
parent
4530dcd167
commit
b8dd2848eb
8
.github/workflows/docker-image-ci.yml
vendored
8
.github/workflows/docker-image-ci.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: docker image ci
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**'
|
||||
- '!LICENSE'
|
||||
- '!README.md'
|
||||
- '!images'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user