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

Commit

Permalink
issue-533: cleanup workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
serjoshua committed Feb 8, 2022
1 parent 16b4687 commit 0bbdb5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ build:
image: docker:18-git
stage: build
only:
- stable
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
except:
- branches
services:
- docker:18-dind
script:
Expand Down

0 comments on commit 0bbdb5f

Please sign in to comment.