ci: remove branch restriction on pull request event

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-30 23:09:12 +01:00
parent 82949ae6cc
commit d994c55889
2 changed files with 0 additions and 6 deletions

View File

@@ -15,9 +15,6 @@ on:
- 'v*'
- 'dockerfile/*'
pull_request:
branches:
- 'master'
- 'v*'
paths-ignore:
- 'README.md'
- 'docs/**'

View File

@@ -13,9 +13,6 @@ on:
- 'v*'
- 'dockerfile/*'
pull_request:
branches:
- 'master'
- 'v*'
env:
REPO_SLUG_ORIGIN: "moby/buildkit:latest"