Empty workflow

This commit is contained in:
Lee Lup Yuen 2020-07-28 10:34:51 +08:00 committed by GitHub
parent b75c9a8474
commit 72a5ecd0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -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