Skip to content

Commit

Permalink
revert: tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jan 21, 2025
1 parent cb48669 commit 257ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push to Artifact Registry
"on":
push:
branches: ["*"]
tags: ["v[0-9]+.[0-9]+.[0-9]+-*"]
tags: ["*"]

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

0 comments on commit 257ff2e

Please sign in to comment.