ci: Enable tests for master-py2 branch

Use the master-py branch to backport fixes to capa 1.6 (Python 2
support).
This commit is contained in:
Ana Maria Martinez Gomez
2021-04-13 12:08:30 +02:00
parent b34d791d05
commit 62743e1363

View File

@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ master ]
branches: [ master, master-py2 ]
pull_request:
branches: [ master ]
branches: [ master, master-py2 ]
jobs:
code_style: