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 name: Publish with GitHub Actions
on: # # Uncommen the "on" block below to use
push: # on:
branches: # push:
- master # branches:
schedule: # - master
# Run this script every 15 minutes # schedule:
# - cron: '*/15 * * * *' # # Run this script every 15 minutes
# - cron: '*/15 * * * *'
jobs: jobs:
build: build: