Skip to content

Commit 308ade5

Browse files
committed
Update workflow to trigger for all branches
1 parent 0677514 commit 308ade5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release EasySFTP
33
on:
44
push:
55
branches:
6-
- '*'
6+
- '**'
77
tags:
88
- 'v*'
99
workflow_dispatch:

0 commit comments

Comments
 (0)