1
0
forked from notBrad/bubo-rss

Update and rename publish.yml to publish.yml--example

Added "--example" to extension to prevent workflow from running on this repo
This commit is contained in:
George Mandis 2020-02-04 10:05:58 -05:00 committed by GitHub
parent 6a5dee1f41
commit 6cf062e42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: