Skip to content

Commit

Permalink
build: add trigger for pyInstaller build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
  • Loading branch information
lrq3000 committed Jan 21, 2024
1 parent 8b6f431 commit e932cdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

name: pyinstaller

on:
push:
branches:
- master # $default-branch only works in Workflows templates, not in Workflows, see https://stackoverflow.com/questions/64781462/github-actions-default-branch-variable
pull_request:
branches:
- master

jobs:
pyinstaller-build:
runs-on: [ ubuntu-latest, windows-latest, macos-latest ]
Expand Down

0 comments on commit e932cdd

Please sign in to comment.