diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 02:34:51 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 02:34:51 (GMT) |
| commit | 72a5ecd0b69881886dc270e1e498c122dc1b08d4 (patch) | |
| tree | 56c5d01bc5ac854b5485c3437ea58f14f464a18e /.github/workflows/c-cpp.yml | |
| parent | b75c9a84743e839eff8145e8751dfc663e614675 (diff) | |
Empty workflow
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1497391..1f1a5a6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,6 +1,10 @@ # Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml on: - push: - branches: - - never + schedule: + # * is a special character in YAML so you have to quote this string + - cron: '*/88 */88 */88 */88 *' + +jobs: + build: + runs-on: ubuntu-latest |
