mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-09 13:34:22 +00:00
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:
parent
6a5dee1f41
commit
6cf062e42d
@ -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:
|
Loading…
Reference in New Issue
Block a user