Skip to content

Commit

Permalink
Merge pull request #30 from paralus/remove-build-images-on-pr
Browse files Browse the repository at this point in the history
removing building images to registry on pull requests
  • Loading branch information
meain authored Jul 21, 2022
2 parents 8caf36f + 68a0a41 commit cd57811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: [ main ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main ]

env:
REGISTRY: docker.io
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## Unreleased
### Added
### Changed
- Removed building images to registry on pull requests [niravparikh05](https://github.com/niravparikh05)
### Fixed

## [0.1.0] - 2022-06-22
Expand Down

0 comments on commit cd57811

Please sign in to comment.