Skip to content

Commit

Permalink
GitHub Action for Scheduled build
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ authored Feb 7, 2021
1 parent dbd28a0 commit eaa506e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Build and Deploy

on:
push:
branches: [main]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 0 * * *"
# * 5.30 UTC, everyday (12.00 mid night in Sri Lanka)
- cron: "30 18 * * *"

jobs:
build:
Expand Down

0 comments on commit eaa506e

Please sign in to comment.