chore(ci): re-disable except for readme changes on master
This commit is contained in:
committed by
Tobias Fried
parent
bafb374af4
commit
cf552f45fb
8
.github/workflows/sync-docs.yaml
vendored
8
.github/workflows/sync-docs.yaml
vendored
@@ -2,10 +2,10 @@ name: Sync documentation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# paths:
|
paths:
|
||||||
# - 'README.md'
|
- 'README.md'
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
workflow_dispatch: # Allows manual triggering
|
workflow_dispatch: # Allows manual triggering
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user