mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
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:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user