diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 1094350dac..26ee8c1ed1 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -2,6 +2,13 @@ name: 4. Build Loop run-name: Build Loop on: workflow_dispatch: + + ## Remove the "#" sign from the beginning of the line below to get automated builds on push (code changes in your repository) + #push: + + ## Remove the "#" sign from the beginning of the two lines below to get automated builds every two months + #schedule: + #- cron: '0 17 1 */2 *' # Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov. jobs: secrets: