Skip to content

Commit

Permalink
CORE-1909: avoid creating releases when a pull request is submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Jun 15, 2023
1 parent ae52fb4 commit 33cb2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
pull_request:
jobs:
pipeline:
name: Skaffold Docker build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
jobs:
pipeline:
name: Skaffold Docker build
Expand Down

0 comments on commit 33cb2ef

Please sign in to comment.