File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ main, 'release/**' ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ main, 'release/**' ]
88 workflow_dispatch :
99
1010jobs :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: golangci-lint
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ main, 'release/**' ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ main, 'release/**' ]
88 workflow_dispatch :
99
1010permissions :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: libevm delta
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ main, 'release/**' ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ main, 'release/**' ]
88 workflow_dispatch :
99
1010jobs :
You can’t perform that action at this time.
0 commit comments