diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 69950eb..1d488ab 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,11 +2,13 @@ name: Docker Image on: push: - branches: - - master - tags: - - v* + paths-ignore: + - README.md + - .gitignore pull_request: + paths-ignore: + - README.md + - .gitignore jobs: push: |
