From 6cf062e42d8ce3264504032c834c6092e1459f63 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Tue, 4 Feb 2020 10:05:58 -0500 Subject: [PATCH] Update and rename publish.yml to publish.yml--example Added "--example" to extension to prevent workflow from running on this repo --- .../{publish.yml => publish.yml--example} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename .github/workflows/{publish.yml => publish.yml--example} (81%) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml--example similarity index 81% rename from .github/workflows/publish.yml rename to .github/workflows/publish.yml--example index a82ba98..c80afe1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml--example @@ -1,13 +1,13 @@ name: Publish with GitHub Actions -# # Uncommen the "on" block below to use -# 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: