Skip to content

Commit

Permalink
updates tags regex
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 10, 2023
1 parent 4c3317f commit 3ac5396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: ["dev"]
# Match tags that resemble a version
tags: ['v[0-9]*', '[0-9]+.[0-9]+*']
tags: ['[0-9]+\.[0-9]+\.[0-9]+']
pull_request:

# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit 3ac5396

Please sign in to comment.