Skip to content

Commit

Permalink
OPCT-00: CI - hotfix workflow tag match
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Dec 26, 2024
1 parent c739d86 commit 8cd6cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
branches:
- main
- release-*
tags:
- 'v*.*.*'
tags:

Check failure on line 16 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / linters / yaml

16:10 [trailing-spaces] trailing spaces
- v[0-9]+.[0-9]+.[0-9]+(-(alpha|beta|rc)(\.[a-zA-Z0-9]+))?

jobs:
# Pre jobs: Linter
Expand Down

0 comments on commit 8cd6cf1

Please sign in to comment.