fix docs links, prepare workflows, update action example

This commit is contained in:
martin-mfg
2026-01-17 12:31:59 +01:00
parent 9db997305e
commit 5c4c3fceb9
6 changed files with 24 additions and 17 deletions
+1
View File
@@ -3,6 +3,7 @@ on:
push:
branches:
- master
- next
paths:
- "themes/index.js"
workflow_dispatch:
+2
View File
@@ -3,9 +3,11 @@ on:
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
permissions: read-all
+1 -1
View File
@@ -28,7 +28,7 @@ permissions:
jobs:
updateLanguages:
if: github.repository == 'anuraghazra/github-readme-stats'
if: github.repository == 'anuraghazra/github-readme-stats' || github.repository == 'stats-organization/github-readme-stats'
name: Update supported languages
runs-on: ubuntu-latest
strategy: