ci: don't trigger build and e2e workflows on docs-only pull requests

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2022-09-22 11:00:55 +01:00
parent 294421db9c
commit 1adf80c613
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@ on:
branches:
- 'master'
- 'v[0-9]*'
paths-ignore:
- 'README.md'
- 'docs/**'
env:
REPO_SLUG: "docker/buildx-bin"

View File

@ -14,6 +14,9 @@ on:
branches:
- 'master'
- 'v[0-9]*'
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
build: