ci: don't run if readme is changed
This commit is contained in:
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@@ -3,8 +3,12 @@ name: Docker Image CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
pull_request:
|
paths-ignore:
|
||||||
branches: [ "master" ]
|
- 'README.md'
|
||||||
|
# pull_request:
|
||||||
|
# branches: [ "master" ]
|
||||||
|
# paths-ignore:
|
||||||
|
# - 'README.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user