Skip to content

Commit

Permalink
Upload optional Revision version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 17, 2024
1 parent f557d5b commit 8b1358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
# Run on release and preview tags
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-preview[0-9]+"
- "v[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?"
- "v[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?-preview[0-9]+"

jobs:
build-compiler:
Expand Down

0 comments on commit 8b1358e

Please sign in to comment.