Skip to content

Commit 205e527

Browse files
committed
(CI/update-locale) fix script to run on documentation changes
1 parent 66f40fb commit 205e527

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/update-locale.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ name: Update Locale
88
on:
99
workflow_dispatch:
1010
push:
11-
branches:
12-
- 'develop'
11+
paths:
12+
- '.github/workflows/update-locale.yml'
13+
- 'doc/**'
14+
15+
branches-ignore:
16+
- 'gh-pages'
1317

1418
permissions:
1519
contents: read
@@ -20,7 +24,6 @@ jobs:
2024
contents: write # for Git to git push
2125
name: Update Locale
2226
runs-on: ubuntu-latest
23-
if: ${{ github.repository_owner == 'pgRouting' }}
2427

2528
strategy:
2629
fail-fast: false

0 commit comments

Comments
 (0)