Skip to content

Commit 80ec167

Browse files
committed
enable windows workflow for comparison
1 parent 6834eef commit 80ec167

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/branches-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Branch workflow
2-
on:
2+
on:
33
push:
44
branches-ignore:
5-
- '**'
5+
- develop
6+
- 'release/**'
7+
- 'releases/**'
68
jobs:
79
generateVersionInfo:
810
name: GenerateVersionInfo

0 commit comments

Comments
 (0)