Skip to content

Commit d12303e

Browse files
authored
build_loop workflow: add commented template for build on push and on schedule (#38)
Includes comments with instructions for un-commenting to enable builds on push and automated builds every two months on: #push: #schedule: #- cron: '0 17 1 */2 *' # Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov.
1 parent f2d9b3c commit d12303e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_loop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: 4. Build Loop
22
run-name: Build Loop
33
on:
44
workflow_dispatch:
5+
6+
## Remove the "#" sign from the beginning of the line below to get automated builds on push (code changes in your repository)
7+
#push:
8+
9+
## Remove the "#" sign from the beginning of the two lines below to get automated builds every two months
10+
#schedule:
11+
#- cron: '0 17 1 */2 *' # Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov.
512

613
jobs:
714
secrets:

0 commit comments

Comments
 (0)