From 08504ddca9266de40c00107c1bc4fee43b4965cf Mon Sep 17 00:00:00 2001 From: Christian Tremblay Date: Wed, 24 Feb 2021 00:11:32 -0500 Subject: [PATCH] Update build.yml Configure GH Actions on develop and master branches... the install_and_actions branch should be deleted eventually. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b12885e3..b1ea6145 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,9 @@ name: Build & test on different versions on: push: - branches: [ install_and_actions ] -# pull_request: -# branches: [ install_and_actions ] + branches: [ master, develop ] + pull_request: + branches: [ master, develop ] jobs: build: @@ -101,4 +101,4 @@ jobs: pip install . - name: Test with pytest run: | - pytest -v \ No newline at end of file + pytest -v