forked from notBrad/bubo-rss
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
|
||||
|
||||
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