Merge pull request #1329 from jedevc/ignore-workflows-on-docs-changes

ci: don't trigger build and e2e workflows on docs-only pull requests
This commit is contained in:
CrazyMax
2022-09-22 14:08:09 +02:00
committed by GitHub
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: