Skip to content

Commit 81c9b83

Browse files
committed
Also run CI on develop
1 parent ddcbb69 commit 81c9b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Lambda-local unit tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, develop]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [master]
8+
branches: [master, develop]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)