Skip to content

Commit 295d3d5

Browse files
committed
fix: branch name in workflow
1 parent 6038738 commit 295d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: main_workflow
33
on:
44
push:
55
branches:
6-
- develop
6+
- development
77
- main
88
pull_request:
99

0 commit comments

Comments
 (0)