mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2025-02-17 11:56:28 +00:00
Update publish.yml
Commenting out "on" block to prevent trigger
This commit is contained in:
parent
987a0445f1
commit
6a5dee1f41
13
.github/workflows/publish.yml
vendored
13
.github/workflows/publish.yml
vendored
@ -1,11 +1,12 @@
|
|||||||
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:
|
||||||
|
# # Run this script every 15 minutes
|
||||||
# - cron: '*/15 * * * *'
|
# - cron: '*/15 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user