mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-27 11:15:37 +02:00
Removed README generation on push
This commit is contained in:
8
.github/workflows/generate-readme.yml
vendored
8
.github/workflows/generate-readme.yml
vendored
@@ -2,10 +2,10 @@
|
|||||||
name: Generate README
|
name: Generate README
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
paths:
|
# paths:
|
||||||
- 'source/data/**'
|
# - 'source/data/**'
|
||||||
- 'source/components/**'
|
# - 'source/components/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *' # Every day at midnight UTC
|
- cron: '0 1 * * *' # Every day at midnight UTC
|
||||||
|
|||||||
Reference in New Issue
Block a user