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