Skip to content

Commit

Permalink
ci: removes branch restriction on pull request event
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 31, 2023
1 parent 7a8fca1 commit 161e765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ on:
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'v*'
paths-ignore:
- 'README.md'
- 'docs/**'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
- 'v*'
- 'dockerfile/*'
pull_request:
branches:
- 'master'
- 'v*'

env:
REPO_SLUG_ORIGIN: "moby/buildkit:latest"
Expand Down

0 comments on commit 161e765

Please sign in to comment.