Update publish.yml

Commenting out the cron scheduling because I don't actually want this to run on the repo
This commit is contained in:
George Mandis 2020-02-04 10:02:29 -05:00 committed by GitHub
parent 1b665ea9ba
commit 987a0445f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ on:
- master - master
schedule: schedule:
# Run this script every 15 minutes # Run this script every 15 minutes
- cron: '*/15 * * * *' # - cron: '*/15 * * * *'
jobs: jobs:
build: build: