ci: disable test building of pyinstaller upon push

This commit is contained in:
William Ballenthin
2021-03-05 13:26:15 -07:00
parent bb17adeda2
commit c01dde3fb2
2 changed files with 1 additions and 2 deletions

View File

@@ -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")

View File

@@ -1,8 +1,6 @@
name: build
on:
push:
branches: ["feature-py3-pyinstaller"]
release:
types: [edited, published]