Ignore *.md

This commit is contained in:
Samuel Huang
2021-09-28 14:26:34 +10:00
parent 334e347289
commit 2e81cd76c5
2 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,10 @@ name: docker-buildx-dev
on:
push:
branches: dev
branches:
- dev
paths-ignore:
- '**/*.md'
jobs:
multi-arch-dev:

View File

@@ -2,7 +2,10 @@ name: docker-buildx-latest
on:
push:
branches: master
branches:
- master
paths-ignore:
- '**/*.md'
jobs:
multi-arch-latest: