From b9ec67dbf6480e05c5b7d739adb84c67dfe12b97 Mon Sep 17 00:00:00 2001 From: odwdinc Date: Sat, 9 Jan 2021 16:31:10 -0800 Subject: [PATCH] Vertion Test --- .github/workflows/pyinstaller-windows.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-windows.yml b/.github/workflows/pyinstaller-windows.yml index 785963e..d3b6248 100644 --- a/.github/workflows/pyinstaller-windows.yml +++ b/.github/workflows/pyinstaller-windows.yml @@ -2,8 +2,9 @@ name: Package exe with PyInstaller - Windows on: push: - branches: [ master ] - + # Sequence of patterns matched against refs/tags + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: build: runs-on: ubuntu-latest