1
0
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:
Christian Tremblay 2021-02-24 00:11:32 -05:00 committed by GitHub
parent fba9399a89
commit 08504ddca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: