mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2025-10-15 03:05:06 +00:00
Update publish.yml
Commenting out "on" block to prevent trigger
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user