cherry pick 94d859e5923308a8ac04c92404d905afa481b1be #361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
build: | |
uses: gardenlinux/package-build/.github/workflows/build.yml@main | |
with: | |
release: ${{ github.ref == 'refs/heads/main' }} |