mirror of
https://github.com/mandiant/capa.git
synced 2026-07-01 10:34:57 -07:00
ci: disable test building of pyinstaller upon push
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
|
||||
import PyInstaller.utils.hooks
|
||||
|
||||
# ref: https://groups.google.com/g/pyinstaller/c/amWi0-66uZI/m/miPoKfWjBAAJ
|
||||
binaries = PyInstaller.utils.hooks.collect_dynamic_libs("capstone")
|
||||
@@ -1,8 +1,6 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["feature-py3-pyinstaller"]
|
||||
release:
|
||||
types: [edited, published]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user