Skip to content

Commit be9f852

Browse files
committed
activate CI/CD for more branches
1 parent 735093a commit be9f852

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: build
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- develop
8+
- 'feature/**'
69
pull_request:
710
branches: [ main ]
811

0 commit comments

Comments
 (0)