Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit cdcb20f

Browse files
author
Bassem Dghaidi
committed
Add develop branch to the list of build trigger branches
1 parent 69a2fcd commit cdcb20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build & Test
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, develop ]
99
pull_request:
1010
branches: [ master ]
1111

0 commit comments

Comments
 (0)