run CI on develop branch

This commit is contained in:
James Woglom
2021-04-20 00:27:52 -04:00
parent 4b8ddd0cec
commit 7a18a5d4be
+2 -2
View File
@@ -5,9 +5,9 @@ name: Python package
on:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
branches: [ master, develop ]
jobs:
build: