diff --git a/.github/workflows/script-build.yml b/.github/workflows/script-build.yml index 3959c0f..e6ff8da 100644 --- a/.github/workflows/script-build.yml +++ b/.github/workflows/script-build.yml @@ -4,9 +4,11 @@ on: push: paths: - 'script.py' + - 'requirements.txt' pull_request: paths: - 'script.py' + - 'requirements.txt' workflow_dispatch: jobs: diff --git a/.github/workflows/script-release.yml b/.github/workflows/script-release.yml index 727bb9e..2107b06 100644 --- a/.github/workflows/script-release.yml +++ b/.github/workflows/script-release.yml @@ -4,6 +4,8 @@ run-name: Release ${{ github.ref_name }} on: push: + tags: + - "v*" permissions: contents: write diff --git a/requirements.txt b/requirements.txt index bb46715..8de5c1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pillow==11.0.0 # Compiling - +https://github.com/pyinstaller/pyinstaller/archive/7ebb7014a47f635a2475e4047714f45578f03dec.zip # idk if this actually works or not # Documentation mkdocs==1.6.1