There was an error while loading. Please reload this page.
1 parent 4208908 commit 6bfb9a6Copy full SHA for 6bfb9a6
1 file changed
.github/workflows/import-polish-translation.yml
@@ -1,16 +1,20 @@
1
name: Import Polish translation
2
3
on:
4
- push:
+ pull_request:
5
branches:
6
- - agent/update-polish-translation
+ - master
7
+ types:
8
+ - opened
9
+ - synchronize
10
workflow_dispatch:
11
12
permissions:
13
contents: write
14
15
jobs:
16
import:
17
+ if: github.head_ref == 'agent/update-polish-translation'
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
0 commit comments