Skip to content

Commit

Permalink
ci: allow any semver compliant tag
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
  • Loading branch information
connorsmith256 committed Nov 2, 2023
1 parent 34ea12e commit 03b627c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/wasmcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ on:
- main
tags:
- 'provider-archive-v[0-9].[0-9]+.[0-9]+'
- 'provider-archive-v[0-9].[0-9]+.[0-9]+-rc\.?[0-9]+'
- 'provider-archive-v[0-9].[0-9]+.[0-9]+-alpha\.?[0-9]+'
- 'provider-archive-v[0-9].[0-9]+.[0-9]+-*'
- 'v[0-9].[0-9]+.[0-9]+'
- 'v[0-9].[0-9]+.[0-9]+-rc\.?[0-9]+'
- 'v[0-9].[0-9]+.[0-9]+-alpha\.?[0-9]+'
- 'v[0-9].[0-9]+.[0-9]+-*'
- 'wascap-v[0-9].[0-9]+.[0-9]+'
- 'wascap-v[0-9].[0-9]+.[0-9]+-rc\.?[0-9]+'
- 'wascap-v[0-9].[0-9]+.[0-9]+-alpha\.?[0-9]+'
- 'wascap-v[0-9].[0-9]+.[0-9]+-*'
- 'wash-cli-v[0-9].[0-9]+.[0-9]+'
- 'wash-cli-v[0-9].[0-9]+.[0-9]+-rc\.?[0-9]+'
- 'wash-cli-v[0-9].[0-9]+.[0-9]+-alpha\.?[0-9]+'
- 'wash-cli-v[0-9].[0-9]+.[0-9]+-*'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 03b627c

Please sign in to comment.