Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
issue-533: fix regex for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
serjoshua committed Feb 8, 2022
1 parent 9cdac19 commit 16b4687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ols-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create OLS jar release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+.*'
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
stage: build
only:
- stable
- /^v[0-9]+.[0-9]+.[0-9]+.*$/
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
services:
- docker:18-dind
script:
Expand Down

0 comments on commit 16b4687

Please sign in to comment.