Update publish.yml

Commenting out "on" block to prevent trigger
This commit is contained in:
George Mandis 2020-02-04 10:04:35 -05:00 committed by GitHub
parent 987a0445f1
commit 6a5dee1f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,13 @@
name: Publish with GitHub Actions
on:
push:
branches:
- master
schedule:
# Run this script every 15 minutes
# - cron: '*/15 * * * *'
# # Uncommen the "on" block below to use
# on:
# push:
# branches:
# - master
# schedule:
# # Run this script every 15 minutes
# - cron: '*/15 * * * *'
jobs:
build: