Skip to content

Commit

Permalink
Merge pull request #16 from digitalf0x/ft-ci-autobuilds
Browse files Browse the repository at this point in the history
[Fix] ci: Monthly build check for deps, artifact
  • Loading branch information
Z4urce authored Sep 16, 2024
2 parents 456a1ab + f9ea914 commit 011bff2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-pyinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build PyInstall
# Based on https://github.com/sayyid5416/pyinstaller

on:
# All branches:
[ push, pull_request, workflow_dispatch ]
# "main" only:
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
#workflow_dispatch:
push:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
# Run at 06:21 UTC on the 8th of every month (odd time to reduce load)
- cron: '21 06 8 * *'
workflow_dispatch:
# To limit to "main" branch, add to above...
# branches: [ "main" ]

# Get git tag info via GitHub API due to shallow clone:
Expand Down

0 comments on commit 011bff2

Please sign in to comment.