We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0182e35 commit 672a550Copy full SHA for 672a550
.github/workflows/sync-crowdinota.yml
@@ -2,9 +2,17 @@ name: ota-distribution
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
+ types:
7
+ - closed
8
+ branches:
9
+ - master
10
+ paths:
11
+ - 'crowdin/lang/**'
12
13
jobs:
14
build:
15
+ if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
16
runs-on: ubuntu-latest
17
steps:
18
# - uses: actions/checkout@v3
0 commit comments