Skip to content

Commit e742dcc

Browse files
committed
Fix syntax error in workflow2
1 parent 2161bb2 commit e742dcc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Build & Release CipherBuster
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- optimization-v2
58
tags:
6-
- 'v*'
9+
- 'v*'
710

811
jobs:
912
build-linux:

0 commit comments

Comments
 (0)