add develop branch to ci

This commit is contained in:
Florian Bezannier
2022-03-26 15:35:47 +01:00
parent 3eb7ad83fd
commit 7bc6024ab3
+1 -1
View File
@@ -6,7 +6,7 @@ name: Unit test
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]