Skip to content

Commit 31ec0bf

Browse files
authored
Update translation-sync.yml to remove pull_request trigger
Removed pull_request trigger from translation-sync workflow.
1 parent 8f3f2e1 commit 31ec0bf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/translation-sync.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches: [staging]
66
paths:
77
- 'src/content/examples/en/**'
8-
pull_request:
9-
branches: [staging]
10-
paths:
11-
- 'src/content/examples/en/**'
128
workflow_dispatch:
139

1410
jobs:
@@ -35,4 +31,4 @@ jobs:
3531
- name: Run translation tracker
3632
env:
3733
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
run: node .github/actions/translation-tracker/index.js
34+
run: node .github/actions/translation-tracker/index.js

0 commit comments

Comments
 (0)