Skip to content

Commit 75fbb71

Browse files
committed
also run test upon tag creation
1 parent f99f711 commit 75fbb71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_config_script.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: "0 23 * * 2"
7+
push:
8+
tags:
9+
- 'v[0-9]+.[0-9]+.[0-9]+'
10+
- 'v[0-9]+.[0-9]+.[0-9]+[a-c][0-9]+'
11+
- 'v[0-9]+.[0-9]+.[0-9]+-[a-c][0-9]+'
712

813
permissions: {}
914

0 commit comments

Comments
 (0)