mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 20:10:07 -08:00
ci: disable test building of pyinstaller upon push
This commit is contained in:
1
.github/pyinstaller/hooks/hook-smda.py
vendored
1
.github/pyinstaller/hooks/hook-smda.py
vendored
@@ -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")
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["feature-py3-pyinstaller"]
|
||||
release:
|
||||
types: [edited, published]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user