Skip to content

Commit

Permalink
Adding additional releases to the push deploy exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Warwick Booth <krugazul@users.noreply.github.com>
  • Loading branch information
krugazul authored Nov 1, 2024
1 parent ff2d8e4 commit e04f64b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- '!v*-alpha*'
- '!v*-beta*'
- '!v*-rc*'
- '!*-alpha*'
- '!*-beta*'
- '!*-rc*'
jobs:
tag:
name: New tag
Expand Down

0 comments on commit e04f64b

Please sign in to comment.