Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Configure GH Actions on develop and master branches... the install_and_actions branch should be deleted eventually.
  • Loading branch information
ChristianTremblay authored Feb 24, 2021
1 parent fba9399 commit 08504dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
pip install .
- name: Test with pytest
run: |
pytest -v
pytest -v

0 comments on commit 08504dd

Please sign in to comment.