Skip to content

Commit

Permalink
fix: tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jan 21, 2025
1 parent 257ff2e commit 1fa117c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Build and Push to Artifact Registry

"on":
push:
branches: ["*"]
tags: ["*"]
branches:
- '*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-*'

env:
PROJECT_ID: open-targets-genetics-dev
Expand Down

0 comments on commit 1fa117c

Please sign in to comment.