From 6a5dee1f41f110123c0bcafb55df38ff9469d096 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Tue, 4 Feb 2020 10:04:35 -0500 Subject: [PATCH] Update publish.yml Commenting out "on" block to prevent trigger --- .github/workflows/publish.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29e675f..a82ba98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: