Update tasks.yaml

This commit is contained in:
Minoplhy 2021-07-31 23:40:03 +07:00 committed by GitHub
parent 5a6069e007
commit fc35edca0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
name: Tasks
on:
push:
Schedule:
- cron: * */12 * * *
schedule:
- cron: '* */12 * * *'
jobs:
build:
runs-on: ubuntu-latest