Skip to content

Commit 6bfb9a6

Browse files
committed
chore: run Polish import on PR
1 parent 4208908 commit 6bfb9a6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/import-polish-translation.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
name: Import Polish translation
22

33
on:
4-
push:
4+
pull_request:
55
branches:
6-
- agent/update-polish-translation
6+
- master
7+
types:
8+
- opened
9+
- synchronize
710
workflow_dispatch:
811

912
permissions:
1013
contents: write
1114

1215
jobs:
1316
import:
17+
if: github.head_ref == 'agent/update-polish-translation'
1418
runs-on: ubuntu-latest
1519
steps:
1620
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)