Skip to content

Commit

Permalink
Merge pull request #7 from acs-dl/update-tag-ci
Browse files Browse the repository at this point in the history
Delete "v" in tag regex
  • Loading branch information
yehor-podporinov authored Oct 11, 2023
2 parents 1676879 + c9ebc7d commit abf0e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
converge:
Expand Down

0 comments on commit abf0e3a

Please sign in to comment.