Skip to content

Commit

Permalink
Merge pull request #132 from nokia/trigger-pre-releases
Browse files Browse the repository at this point in the history
Automatically trigger the "release" Github action by pushing pre-release tags
  • Loading branch information
efiacor authored Nov 14, 2024
2 parents a974d65 + 6f758c8 commit c727418
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 @@ -17,6 +17,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]"
- "v[0-9]+.[0-9]+.[0-9]-pre[0-9]+"

jobs:
build:
Expand Down

0 comments on commit c727418

Please sign in to comment.