diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5f5e9af..2f83a074 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ name: eppy package on: push: - branches: [ "branchtest" ] + branches: ["master", "develop" ] inputs: energyplus-version: description: 'EnergyPlus major.minor.patch version' @@ -59,4 +59,4 @@ jobs: ENERGYPLUS_INSTALL_VERSION: 9-2-0 EPPY_INTEGRATION: TRUE run: | - pytest \ No newline at end of file + pytest