Skip to content

Commit a0ca3f4

Browse files
committed
Changed workflow to work with x.x.x instead of x.x.x.x
1 parent 0266ee1 commit a0ca3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DataMiner+CI+Automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
push:
44
branches: []
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
7-
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+'
6+
- '[0-9]+.[0-9]+.[0-9]+'
7+
- '[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+'
88
workflow_dispatch:
99
jobs:
1010
CI:

0 commit comments

Comments
 (0)