Skip to content

Commit a8d6057

Browse files
authored
Merge pull request #65 from IBM/allow_tests_on_v2_tags
Allow tests on v2 tags
2 parents 5b2da7c + 6308dd2 commit a8d6057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
- pr-*
88
tags:
9-
- v1*
9+
- v[1-2]*
1010
schedule:
1111
- cron: '0 0 * * 0'
1212
workflow_dispatch:

0 commit comments

Comments
 (0)