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: