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: