feat: added protocol-2.5 to the CI pipeline job targets

This commit is contained in:
The3D 2021-05-31 18:12:56 +02:00
parent 53b27235ad
commit 994ae03799

View File

@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [master]
branches: [master,protocol-2.5]
pull_request:
branches: [master]
branches: [*]
jobs:
build: