mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 21:54:05 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'source/data/**'
|
||||
- 'source/components/**'
|
||||
# push:
|
||||
# paths:
|
||||
# - 'source/data/**'
|
||||
# - 'source/components/**'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # Every day at midnight UTC
|
||||
|
||||
Reference in New Issue
Block a user