Skip to content

Commit ad88d32

Browse files
committed
fix actions: as an old repo, the default is still master.
Signed-off-by: Halil-Cem Guersoy <hcguersoy@gmail.com>
1 parent ef9dee4 commit ad88d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish cleanreg
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- 'master'
77
- 'pr/**'
88
- 'feature/**'
99
paths-ignore:

0 commit comments

Comments
 (0)