mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-09 21:44:23 +00:00
Update publish.yml
Commenting out "on" block to prevent trigger
This commit is contained in:
parent
987a0445f1
commit
6a5dee1f41
15
.github/workflows/publish.yml
vendored
15
.github/workflows/publish.yml
vendored
@ -1,12 +1,13 @@
|
|||||||
name: Publish with GitHub Actions
|
name: Publish with GitHub Actions
|
||||||
|
|
||||||
on:
|
# # Uncommen the "on" block below to use
|
||||||
push:
|
# on:
|
||||||
branches:
|
# push:
|
||||||
- master
|
# branches:
|
||||||
schedule:
|
# - master
|
||||||
# Run this script every 15 minutes
|
# schedule:
|
||||||
# - cron: '*/15 * * * *'
|
# # Run this script every 15 minutes
|
||||||
|
# - cron: '*/15 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user