Skip to content

Commit

Permalink
Merge pull request #72 from neticdk/chore/exclude-rc-from-release-wor…
Browse files Browse the repository at this point in the history
…kflow

Add exclusion of release candidates from github action release flow
  • Loading branch information
atoftegaard-git authored Sep 13, 2024
2 parents c4ec386 + a0414cf commit 30fad69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: release
on:
push:
tags:
- v*
- 'v**'
- '!v**-rc'

jobs:
push_docker_image:
Expand Down

0 comments on commit 30fad69

Please sign in to comment.