Skip to content

Commit

Permalink
fix sync-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Feb 21, 2024
1 parent 70f21d5 commit 0df0e08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Sync docs"

on:
# push:
# branches:
# - v2
# paths:
# - "docs/**"
push:
branches:
- v2
paths:
- "docs/**"
release:
types: [published]

Expand Down

0 comments on commit 0df0e08

Please sign in to comment.