Skip to content

Commit 3aa508c

Browse files
authored
Adjust trigger (#401)
1 parent 3f16681 commit 3aa508c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- 'docs/docs/**'
1111
- 'docs/sidebars-infrahubctl.ts'
1212
- 'docs/sidebars-python-sdk.ts'
13-
pull_request:
14-
branches:
15-
- stable
1613

1714
jobs:
1815
sync:
@@ -42,4 +39,4 @@ jobs:
4239
git config user.name github-actions
4340
git config user.email [email protected]
4441
git add .
45-
if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync doc Python SDK from infrahub repo" && git push; fi
42+
if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync doc from Python SDK repo" && git push; fi

0 commit comments

Comments
 (0)