Closed kurosakishigure closed 20 hours ago
When executing the following commands:
git tag v1.0.0-canary.1 git push origin v1.0.0-canary.1
ci.yml should be triggered.
ci.yml is not being triggered.
I believe the issue is with the regular expression tags: [ 'v[0-9]+.[0-9]+.[0-9]+(-canary.[0-9]+)?' ].
[ 'v[0-9]+.[0-9]+.[0-9]+(-canary.[0-9]+)?' ]
Expected Behavior
When executing the following commands:
ci.yml should be triggered.
Actual Behavior
ci.yml is not being triggered.
Additional Information
I believe the issue is with the regular expression tags:
[ 'v[0-9]+.[0-9]+.[0-9]+(-canary.[0-9]+)?' ]
.