Skip to content

Commit 0de1541

Browse files
authored
Merge pull request moby#3616 from crazy-max/ci-fix-events
ci: remove branch restriction on pull request event
2 parents 165dc1d + d994c55 commit 0de1541

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ on:
1515
- 'v*'
1616
- 'dockerfile/*'
1717
pull_request:
18-
branches:
19-
- 'master'
20-
- 'v*'
2118
paths-ignore:
2219
- 'README.md'
2320
- 'docs/**'

.github/workflows/validate.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ on:
1313
- 'v*'
1414
- 'dockerfile/*'
1515
pull_request:
16-
branches:
17-
- 'master'
18-
- 'v*'
1916

2017
env:
2118
REPO_SLUG_ORIGIN: "moby/buildkit:latest"

0 commit comments

Comments
 (0)