Skip to content

Commit 160c718

Browse files
committed
testing pyinstaller github action
1 parent 128e4ef commit 160c718

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pyinstaller-build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
3-
tags:
4-
- '**' # Push events to every tag including hierarchical tags like v1.0/beta
3+
branches:
4+
- "main"
5+
#tags:
6+
#- '**' # Push events to every tag including hierarchical tags like v1.0/beta
57

68
jobs:
79
build:
@@ -15,7 +17,7 @@ jobs:
1517
- uses: actions/checkout@v2
1618
- uses: actions/setup-python@v2
1719
with:
18-
python-version: 3.10
20+
python-version: 3.10.7
1921

2022
- run: pip install -r requirements.txt pyinstaller
2123
- run: python scripts/build_app.py

0 commit comments

Comments
 (0)