mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
Update build.yml
Configure GH Actions on develop and master branches... the install_and_actions branch should be deleted eventually.
This commit is contained in:
parent
fba9399a89
commit
08504ddca9
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||
pytest -v
|
||||
|
|
Loading…
Reference in New Issue
Block a user