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

Signed-off-by: Justin Chadwell <me@jedevc.com>
pull/1329/head
Justin Chadwell 2 years ago
parent 294421db9c
commit 1adf80c613

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

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

Loading…
Cancel
Save