We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f3f2e1 + 31ec0bf commit de77c58Copy full SHA for de77c58
.github/workflows/translation-sync.yml
@@ -5,10 +5,6 @@ on:
5
branches: [staging]
6
paths:
7
- 'src/content/examples/en/**'
8
- pull_request:
9
- branches: [staging]
10
- paths:
11
- - 'src/content/examples/en/**'
12
workflow_dispatch:
13
14
jobs:
@@ -35,4 +31,4 @@ jobs:
35
31
- name: Run translation tracker
36
32
env:
37
33
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