Merge pull request #138 from aave/feat/ci-pipeline

Feat/ci pipeline
This commit is contained in:
The-3D 2021-05-31 18:52:54 +02:00 committed by GitHub
commit 3ea20bdacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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