Skip to content

Commit 1b79490

Browse files
author
Tudi20
authored
Update auto_langs_merge.yml
1 parent dceddfe commit 1b79490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto_langs_merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Auto-merge Translations Update
22

33
on:
44
pull_request:
5-
path:
6-
- 'langs/*'
5+
paths-ignore:
6+
- '!langs/*'
77

88
jobs:
99
job:
1010
name: Auto-Approve and Merge
11-
run-on: windows-latest
11+
runs-on: windows-latest
1212
steps:
1313
- name: Auto Approve
1414
uses: hmarr/[email protected]

0 commit comments

Comments
 (0)