Skip to content

Commit

Permalink
Add patch tag to CD
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Oct 16, 2022
1 parent de9d128 commit e7f5a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" # Push events to matching alpha releases
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" # Push events to matching beta releases
- "v[0-9]+.[0-9]+.[0-9]+-patch.[0-9]+" # Push events to matching beta releases

jobs:
build-deb-testnet:
Expand Down

0 comments on commit e7f5a48

Please sign in to comment.